From 9f6c37f21c49fb26d214765cbecef0d9e5abca40 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 1 Dec 2021 18:31:53 +0100 Subject: github-host-sync: add group --- krebs/3modules/github-hosts-sync.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index 9421576df..71eed6c69 100644 --- a/krebs/3modules/github-hosts-sync.nix +++ b/krebs/3modules/github-hosts-sync.nix @@ -66,11 +66,14 @@ let users.users.${user.name} = { inherit (user) uid; + group = user.name; home = cfg.dataDir; isSystemUser = true; }; }; + users.groups.${user.name} = {}; + user = rec { mail = "${name}@${config.krebs.build.host.name}"; name = "github-hosts-sync"; -- cgit v1.2.3