From 48d8c3eb87cae7fdc0e18b37b0a976443fb1242d Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 16 Apr 2024 21:05:49 -0400 Subject: [PATCH] flake.nix: add deploy.nix part --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d0d455d..ba807e9 100755 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ imports = [ inputs.pre-commit-hooks.flakeModule ./hosts + ./hosts/deploy.nix ./home/profiles ]; systems = ["x86_64-linux"];