aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-13 00:24:25 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-13 00:24:25 -0700
commit7f82bd745c24bcc7c6426ac78d81c06dead3bd0d (patch)
tree519e3c8dcda31923dbc5a99e61426f1422d3548f /hosts
parent07fcde7c34109d94a685b5e657ce24490a708529 (diff)
downloadnix-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.nix2
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
];
};