Compare commits
2 Commits
78cb017442
...
cded37b1bd
| Author | SHA1 | Date | |
|---|---|---|---|
| cded37b1bd | |||
| 6e01ff9341 |
@@ -129,6 +129,15 @@
|
||||
# services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall = {
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; }
|
||||
];
|
||||
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; }
|
||||
];
|
||||
};
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
"dev.vencord.Vesktop"
|
||||
"im.fluffychat.Fluffychat"
|
||||
"org.videolan.VLC"
|
||||
"org.libreoffice.LibreOffice"
|
||||
"org.gimp.GIMP"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user