From 11ed1c665ab1374a0d717a3f2e1ac33df63c8959 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 7 Dec 2024 01:09:57 +0100 Subject: [PATCH] add iptables to wheatley --- nixos/hosts/wheatley/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 8a02e79..3fec99d 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -134,6 +134,7 @@ # sendtokodi # jellyfin # ])) + pkgs.iptables ]; sops.secrets."protonvpn-priv-key".mode = "0440";