From fb3c1b0a9659d3876082d5b12d058feddbc96a74 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 23 Mar 2023 15:29:29 +0100 Subject: [PATCH] symlink haccfiles into /etc/haccfiles upsides: - we will no longer get confused about which state is currently deployed downsides: - deploys get slower, since it has to uploads the entire haccfiles each time --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 86d01e9..870add6 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,7 @@ modules = [ ./hosts/parsons/configuration.nix { nixpkgs.pkgs = pkgs; } + { environment.etc."haccfiles".source = self.outPath; } ]; specialArgs = { # with a few exceptions, the flake inputs can be used the same