default: import deployment nodes
flake.nix: remove deploy
This commit is contained in:
parent
9753728ef3
commit
4b4cac08b7
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
./hosts
|
./hosts
|
||||||
./overlays
|
./overlays
|
||||||
./modules
|
./modules
|
||||||
./hosts/deploy.nix
|
|
||||||
./home/profiles
|
./home/profiles
|
||||||
];
|
];
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux"];
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
homeImports,
|
homeImports,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [./deploy.nix];
|
||||||
flake.nixosConfigurations = let
|
flake.nixosConfigurations = let
|
||||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue