aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/users.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users.nix b/system/users.nix
index 87b8e98..5b84f9a 100644
--- a/system/users.nix
+++ b/system/users.nix
@@ -1,4 +1,5 @@
{pkgs, ...}: {
+ users.groups.ssh-keys = {};
users.users.mun = {
isNormalUser = true;
extraGroups = ["wheel" "bluetooth" "networkmanager" "kvm" "nixos" "ssh-keys"];