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
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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; };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue