From 35d7ff5e9f433528b6f0c4c77f532d1a94e69fbe Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 25 Mar 2020 23:29:48 +0530 Subject: [PATCH] Pulsebert: add k-ot to wheel group --- hosts/pulsebert/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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