fix: no further use for this

This commit is contained in:
silver 2023-01-17 21:17:42 +00:00
parent 9e08b18f7c
commit e8e13f796d

View file

@ -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"
];
}