diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 18:43:27 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 18:43:27 -0600 |
| commit | d977210badaabe32a645cf2683281cfd212f9f92 (patch) | |
| tree | 0faefcb74ff86c968e0e64dcb5e652c2fc66844a /machines/doretta | |
| parent | 1d39c2ad9066452b3e3f639d2323cf61a9a6a818 (diff) | |
more nixos 24.05 changes
Diffstat (limited to 'machines/doretta')
| -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. |
