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
|
||||
./overlays
|
||||
./modules
|
||||
./hosts/deploy.nix
|
||||
./home/profiles
|
||||
];
|
||||
systems = ["x86_64-linux"];
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
homeImports,
|
||||
...
|
||||
}: {
|
||||
imports = [./deploy.nix];
|
||||
flake.nixosConfigurations = let
|
||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
Loading…
Add table
Reference in a new issue