diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:41:06 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:41:06 -0700 |
| commit | 448640bd67fa0611e4ab5ba4ee9cfa72b9f7c2c3 (patch) | |
| tree | fa616f38becb0dffa7fe5037f67494c293d85b46 /modules/users | |
| parent | 0e5d625ecc2439e9cb030d81ac0d85e881008ed4 (diff) | |
user group must be set
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/git.nix | 1 |
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 = [ |
