remove kde connect
This commit is contained in:
parent
968ca31d18
commit
4c5963dcaa
@ -1,7 +0,0 @@
|
||||
# KDE Connect is a project that enables all your devices to communicate with each other. (laptop/phone)
|
||||
{
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
}
|
@ -26,15 +26,6 @@
|
||||
|
||||
home-manager.users."${config.var.username}" = import ./home.nix;
|
||||
|
||||
# For KDEConnect (Remove this if not needed)
|
||||
networking.firewall = rec {
|
||||
allowedTCPPortRanges = [{
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
}];
|
||||
allowedUDPPortRanges = allowedTCPPortRanges;
|
||||
};
|
||||
|
||||
# Don't touch this
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
@ -33,7 +33,6 @@
|
||||
../../home/system/mime
|
||||
../../home/system/udiskie
|
||||
../../home/system/clipman
|
||||
../../home/system/kdeconnect
|
||||
../../home/system/tofi
|
||||
|
||||
./secrets # CHANGEME: You should probably remove this line, this is where I store my secrets
|
||||
|
Loading…
Reference in New Issue
Block a user