diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 94af3027..497ca89c 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -185,11 +185,14 @@ in { # services.xserver.displayManager.sddm.enable = true; # services.xserver.desktopManager.plasma5.enable = true; + security.pam.enableSSHAgentAuth = true; security.sudo = { enable = true; wheelNeedsPassword = false; }; + users.users.k-ot.extraGroups = [ "wheel" ]; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you