Compare commits

...

2 Commits

View File

@ -35,6 +35,7 @@
libreoffice
texliveMedium
ledger
git-annex
];
services.hardware.bolt.enable = true; # thunderbolt support
@ -81,7 +82,7 @@
hostName = "mlg";
firewall = {
enable = true;
allowedTCPPorts = [ 6000 ];
allowedTCPPorts = [ 6000 8000 ];
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];