...
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -83,8 +83,8 @@
|
||||
];
|
||||
};
|
||||
overlays = [
|
||||
( import ./mods/my-nixpkgs-overlay.nix { inherit nixpkgs; } )
|
||||
( import ./mods/second-overlay.nix { inherit nixpkgs; } )
|
||||
#( import ./mods/my-nixpkgs-overlay.nix { inherit nixpkgs; } )
|
||||
#( import ./mods/second-overlay.nix { inherit nixpkgs; } )
|
||||
];
|
||||
};
|
||||
|
||||
@@ -198,6 +198,14 @@
|
||||
];
|
||||
};
|
||||
|
||||
"acern-real" = nixpkgs.lib.nixosSystem {
|
||||
inherit specialArgs;
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/acern-real.nix
|
||||
];
|
||||
};
|
||||
|
||||
"the-most-default" = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self system; };
|
||||
|
||||
Reference in New Issue
Block a user