diff options
Diffstat (limited to 'system/users.nix')
| -rw-r--r-- | system/users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/users.nix b/system/users.nix index 3b589b8..87b8e98 100644 --- a/system/users.nix +++ b/system/users.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { users.users.mun = { isNormalUser = true; - extraGroups = ["wheel" "bluetooth" "networkmanager" "kvm" "nixos"]; + extraGroups = ["wheel" "bluetooth" "networkmanager" "kvm" "nixos" "ssh-keys"]; shell = pkgs.zsh; }; } |
