From dcd91458d7c31c0d7bc47099d58240a9a2d12058 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Wed, 17 Apr 2024 15:04:04 -0700 Subject: [PATCH] updated system config --- configuration.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8505f52..5949e57 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {