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