default: import deployment nodes

flake.nix: remove deploy
This commit is contained in:
notohh 2025-04-02 00:32:35 -04:00
parent 9753728ef3
commit 4b4cac08b7
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 1 deletions

View file

@ -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"];

View file

@ -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;};