more twilight + nix trusted-users

This commit is contained in:
mehbark 2025-05-15 12:00:30 -04:00
parent c8a40e12df
commit ba19349f78
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ in
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
settings = { settings = {
trusted-users = [ "@wheel" ];
substituters = [ substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://lean4.cachix.org" "https://lean4.cachix.org"

View file

@ -65,7 +65,7 @@
in in
{ {
nixosConfigurations = { nixosConfigurations = {
nix = nixpkgs.lib.nixosSystem { twilight = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
inherit modules; inherit modules;
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };