updated system config

This commit is contained in:
Natalie Marks 2024-04-17 15:04:04 -07:00
parent 2ef21afd38
commit dcd91458d7

View file

@ -288,12 +288,27 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
programs.kdeconnect.enable = true;
networking = {
hostName = "nixos"; # Define your hostname.
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
networkmanager.enable = true;
firewall = {
allowedTCPPorts = [22 80 443];
#KDE Connect
# allowedTCPPortRanges = [
# {
# from = 1714;
# to = 1764;
# }
# ];
# allowedUDPPortRanges = [
# {
# from = 1714;
# to = 1764;
# }
# ];
enable = true;
};
interfaces.enp11s0.wakeOnLan = {