diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 00:24:25 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 00:24:25 -0700 |
commit | 7f82bd745c24bcc7c6426ac78d81c06dead3bd0d (patch) | |
tree | 519e3c8dcda31923dbc5a99e61426f1422d3548f /hosts | |
parent | 07fcde7c34109d94a685b5e657ce24490a708529 (diff) | |
download | nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar.gz nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar.bz2 nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar.lz nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar.xz nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.tar.zst nix-7f82bd745c24bcc7c6426ac78d81c06dead3bd0d.zip |
Remove unnecessary firewall table reference
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 073f2a0..06b1f2b 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -111,7 +111,6 @@ }; unitConfig = { ConditionPathExists = [ - config.sops.secrets."nftables/forward".path config.sops.secrets."nftables/ssh".path ]; }; @@ -122,7 +121,6 @@ systemd.paths."nftables-extra" = { pathConfig = { PathExists = [ - config.sops.secrets."nftables/forward".path config.sops.secrets."nftables/ssh".path ]; }; |