diff options
Diffstat (limited to '')
-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 3812f41..c48bed4 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -70,6 +70,7 @@ ConditionPathExists = config.sops.secrets."nftables/ssh".path; }; wantedBy = [ "multi-user.target" ]; + partOf = [ "nftables.service" ]; }; systemd.paths."nftables-extra" = { pathConfig = { |