From 368241c89957ec70ddc789b23dc03f2518198bf6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jul 2022 01:20:13 -0400 Subject: 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. --- Biz/Cloud/Git.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/Cloud/Git.nix') 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" ]; -- cgit v1.2.3