diff options
Diffstat (limited to 'hosts/ginaz/default.nix')
-rw-r--r-- | hosts/ginaz/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; |