diff options
Diffstat (limited to 'hosts/arrakis/default.nix')
-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 ]; }; |