Update files
This commit is contained in:
@@ -11,12 +11,18 @@
|
|||||||
psk = "SidonPhlegm";
|
psk = "SidonPhlegm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# firewall = {
|
firewall = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# # Ports used by Local Send
|
# Ports used by Local Send
|
||||||
# allowedTCPPorts = [ 53317 ];
|
allowedTCPPorts = [ 53317 ];
|
||||||
# allowedUDPPorts = [ 53317 ];
|
allowedUDPPorts = [ 53317 ];
|
||||||
# };
|
extraCommands = "
|
||||||
|
iptables -I nixos-fw 1 -i br+ -j ACCEPT
|
||||||
|
";
|
||||||
|
extraStopCommands = "
|
||||||
|
iptables -D nixos-fw -i br+ -j ACCEPT
|
||||||
|
";
|
||||||
|
};
|
||||||
hosts = {
|
hosts = {
|
||||||
"127.0.0.1" = [
|
"127.0.0.1" = [
|
||||||
"localhost"
|
"localhost"
|
||||||
|
|||||||
Reference in New Issue
Block a user