fix: no further use for this
This commit is contained in:
parent
9e08b18f7c
commit
e8e13f796d
1 changed files with 0 additions and 12 deletions
|
@ -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"
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue