diff options
-rw-r--r-- | hosts/arrakis/default.nix | 1 | ||||
-rw-r--r-- | hosts/darkstar/default.nix | 1 | ||||
-rw-r--r-- | hosts/ginaz/default.nix | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 59d3a57..dae348c 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -282,6 +282,7 @@ ConditionPathExists = [ config.sops.secrets."nftables/ssh".path ]; + ReloadPropagatedFrom = "nftables.service"; }; wantedBy = [ "multi-user.target" ]; after = [ "nftables.service" ]; diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index 1fe1a8d..0368377 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -124,6 +124,7 @@ config.sops.secrets."nftables/forward".path config.sops.secrets."nftables/ssh".path ]; + ReloadPropagatedFrom = "nftables.service"; }; wantedBy = [ "multi-user.target" ]; after = [ "nftables.service" ]; diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 7694555..cac2a8d 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -69,6 +69,7 @@ }; unitConfig = { ConditionPathExists = config.sops.secrets."nftables/ssh".path; + ReloadPropagatedFrom = "nftables.service"; }; wantedBy = [ "multi-user.target" ]; after = [ "nftables.service" ]; |