From 18e4d17ce20724279b985e32232bb166fa7b163b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 13 Nov 2021 00:48:32 +0100 Subject: modules/gonic: fix missing group --- modules/user/profpatsch/services/gonic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/profpatsch/services/gonic.nix b/modules/user/profpatsch/services/gonic.nix index f05085a6..7a05c6b2 100644 --- a/modules/user/profpatsch/services/gonic.nix +++ b/modules/user/profpatsch/services/gonic.nix @@ -56,6 +56,7 @@ in { isSystemUser = true; createHome = true; home = gonicDataDir; + group = "gonic"; }; systemd.services.gonic = { -- cgit 1.4.1