diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:43:47 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:43:47 -0700 |
| commit | f4f1141b94a56017c04a3b0b5bef276083cd501e (patch) | |
| tree | fcf8dc55f5bc15ca3bad9a45afd8f376bcd4ca7a /modules/users | |
| parent | 448640bd67fa0611e4ab5ba4ee9cfa72b9f7c2c3 (diff) | |
group must also exist
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/git.nix b/modules/users/git.nix index b001cf1..85dd168 100644 --- a/modules/users/git.nix +++ b/modules/users/git.nix @@ -1,11 +1,11 @@ { pkgs, ... }: { users = { + groups.git = { "git" }; mutableUsers = false; users.git = { isNormalUser = false; isSystemUser = true; description = "user for git and building automation"; - group = "git"; extraGroups = [ "builders" ]; openssh.authorizedKeys.keys = [ |
