diff --git a/flake.nix b/flake.nix
index fc706e7..b09cf42 100755
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,6 @@
         ./hosts
         ./overlays
         ./modules
-        ./hosts/deploy.nix
         ./home/profiles
       ];
       systems = ["x86_64-linux"];
diff --git a/hosts/default.nix b/hosts/default.nix
index cef5707..a440398 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -3,6 +3,7 @@
   homeImports,
   ...
 }: {
+  imports = [./deploy.nix];
   flake.nixosConfigurations = let
     inherit (inputs.nixpkgs.lib) nixosSystem;
     specialArgs = {inherit inputs;};