diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 23820c6..a1f914a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -27,7 +27,7 @@ # Enable the X11 windowing system. # services.xserver.enable = true; -programs.ssh.startAgent = true; + programs.ssh.startAgent = true; # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true;