diff --git a/machines/test02.nix b/machines/test02.nix deleted file mode 100644 index 9c9d312..0000000 --- a/machines/test02.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, ... }: { - - imports = [ - # import it in so the options are available - ../applications/firewall.nix - ]; - - skynet_firewall.forward = [ - "ip saddr 193.1.99.123 tcp dport 443 counter packets 0 bytes 0 accept" - ]; - -}