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
'';
settings = {
trusted-users = [ "@wheel" ];
substituters = [
"https://nix-community.cachix.org"
"https://lean4.cachix.org"

View file

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