summaryrefslogtreecommitdiff
path: root/modules/users
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-14 08:41:06 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-14 08:41:06 -0700
commit448640bd67fa0611e4ab5ba4ee9cfa72b9f7c2c3 (patch)
treefa616f38becb0dffa7fe5037f67494c293d85b46 /modules/users
parent0e5d625ecc2439e9cb030d81ac0d85e881008ed4 (diff)
user group must be set
Diffstat (limited to 'modules/users')
-rw-r--r--modules/users/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/users/git.nix b/modules/users/git.nix
index 4ded449..b001cf1 100644
--- a/modules/users/git.nix
+++ b/modules/users/git.nix
@@ -5,6 +5,7 @@
isNormalUser = false;
isSystemUser = true;
description = "user for git and building automation";
+ group = "git";
extraGroups = [ "builders" ];
openssh.authorizedKeys.keys = [