diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-08-06 15:15:03 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-08-06 15:15:03 -0700 |
commit | 53009c2be63791228a5192cf95b92503d7e71cc6 (patch) | |
tree | 2de5a5ed8378385d1a912cf38c5d3b8a219aaf34 /hosts/ginaz/default.nix | |
parent | 900a5ad8052e685fe71da3052b8534f3d9f523ad (diff) | |
download | nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar.gz nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar.bz2 nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar.lz nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar.xz nix-53009c2be63791228a5192cf95b92503d7e71cc6.tar.zst nix-53009c2be63791228a5192cf95b92503d7e71cc6.zip |
Add nftables-extra dependency on nftables.service
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 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 = { |