From 7f82bd745c24bcc7c6426ac78d81c06dead3bd0d Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 13 Oct 2024 00:24:25 -0700 Subject: Remove unnecessary firewall table reference --- hosts/arrakis/default.nix | 2 -- 1 file changed, 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 ]; }; -- cgit v1.2.3