This commit is contained in:
Tao Tien 2025-02-11 14:53:02 -08:00
parent 946c6157bf
commit 8ac1e75e85
6 changed files with 33 additions and 71 deletions

View file

@ -178,7 +178,10 @@
];
};
nixpkgs.config = {allowUnfree = true;};
nix.nixPath = ["nixpks=${pkgs.path}"];
nix.nixPath = ["nixpkgs=${pkgs.path}"];
nix.extraOptions = ''
trusted-users = root tao
'';
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = lib.mkDefault "23.05";