more twilight + nix trusted-users
This commit is contained in:
parent
c8a40e12df
commit
ba19349f78
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ in
|
|||
experimental-features = nix-command flakes
|
||||
'';
|
||||
settings = {
|
||||
trusted-users = [ "@wheel" ];
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://lean4.cachix.org"
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
nix = nixpkgs.lib.nixosSystem {
|
||||
twilight = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
inherit modules;
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
Loading…
Reference in a new issue