diff options
Diffstat (limited to 'machines/doretta/configuration.nix')
| -rw-r--r-- | machines/doretta/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index cf93e95..99dca37 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -17,7 +17,7 @@ networking.hostName = "doretta"; # Define your hostname. - security.pam.enableSSHAgentAuth = true; + security.pam.sshAgentAuth.enable = true; virtualisation.libvirtd = { enable = true; @@ -42,7 +42,7 @@ services.xserver.enable = true; # Enable the Plasma 5 Desktop Environment. - services.xserver.displayManager.sddm.enable = true; + services.displayManager.sddm.enable = true; # services.xserver.desktopManager.plasma5.enable = true; # Enable CUPS to print documents. |
