remove kdeconnect from copernicus

This commit is contained in:
stupidcomputer 2024-08-02 05:54:00 -05:00
parent 5e27475b23
commit 38bee39349
1 changed files with 0 additions and 8 deletions

View File

@ -79,16 +79,8 @@
firewall = {
enable = true;
allowedTCPPorts = [ 6000 ];
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
};
};
programs.kdeconnect.enable = true;
system.stateVersion = "24.05"; # don't change this, lol
}