Compare commits

...

2 Commits

Author SHA1 Message Date
cybrneko cded37b1bd added firewall support for KDE connect 2026-07-04 16:08:08 -05:00
cybrneko 6e01ff9341 added some apps to user flatpak list 2026-07-04 16:07:48 -05:00
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -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.
+2
View File
@@ -21,6 +21,8 @@
"dev.vencord.Vesktop"
"im.fluffychat.Fluffychat"
"org.videolan.VLC"
"org.libreoffice.LibreOffice"
"org.gimp.GIMP"
];
};
}