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 c48bed4..f14abf9 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" ]; + after = [ "nftables.service" ]; partOf = [ "nftables.service" ]; }; systemd.paths."nftables-extra" = { |