diff options
author | Ben Sima <ben@bsima.me> | 2022-07-29 01:20:13 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-29 01:20:13 -0400 |
commit | 368241c89957ec70ddc789b23dc03f2518198bf6 (patch) | |
tree | 3abd5a9e72e693eed626ca6e001f2d76faa5c241 /Biz/Cloud/Git.nix | |
parent | a988b5cc9d75ad23a23b0b34b35f00bdacc9a2e2 (diff) |
Update nixos-mailserver and deploy Biz/Cloud.nix
The cloud was old, so some extra fixes snuck in that should have been a part of
the nixpkgs upgrade.
Diffstat (limited to 'Biz/Cloud/Git.nix')
-rw-r--r-- | Biz/Cloud/Git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Git.nix b/Biz/Cloud/Git.nix index a75fa82..fadf2aa 100644 --- a/Biz/Cloud/Git.nix +++ b/Biz/Cloud/Git.nix @@ -59,6 +59,7 @@ in { # git group users.users = { gitDaemon = { + group = "gitDaemon"; isSystemUser = true; description = "Git daemon user"; extraGroups = [ "git" ]; |