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
This commit is contained in:
parent
b30df7ea6d
commit
fb3c1b0a96
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/parsons/configuration.nix
|
./hosts/parsons/configuration.nix
|
||||||
{ nixpkgs.pkgs = pkgs; }
|
{ nixpkgs.pkgs = pkgs; }
|
||||||
|
{ environment.etc."haccfiles".source = self.outPath; }
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
# with a few exceptions, the flake inputs can be used the same
|
# with a few exceptions, the flake inputs can be used the same
|
||||||
|
|
Loading…
Reference in a new issue