This commit is contained in:
Vivian 2024-08-01 11:14:27 +02:00
parent 06f6f5f4a6
commit fa23dd9e01
9 changed files with 218 additions and 204 deletions

View file

@ -1,4 +1,4 @@
{ lib, inputs, ... }:
{ lib, inputs, pkgs, ... }:
{
imports = [
./users
@ -38,7 +38,7 @@
nix = {
# registry.nixpkgs.flake = inputs.nixpkgs;
# nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
# package = pkgs.nixUnstable;
package = pkgs.lix;
settings = {
auto-optimise-store = true;
trusted-users = [