summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/security/hockeypuck.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-08-08 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-09-12 14:59:30 +0200
commitbc3bca822a32fbbc73a9d55394991cef92dba3b9 (patch)
tree04d54d294f1869dd6f874e92eb5f2c094eef3b7f /nixos/modules/services/security/hockeypuck.nix
parent0f15a8f489b04a7d0086edf27920ba15fa1de0d3 (diff)
nixos: define the primary group of users where needed
Diffstat (limited to 'nixos/modules/services/security/hockeypuck.nix')
-rw-r--r--nixos/modules/services/security/hockeypuck.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/security/hockeypuck.nix b/nixos/modules/services/security/hockeypuck.nix
index 686634c8add8..2e98624bb2ee 100644
--- a/nixos/modules/services/security/hockeypuck.nix
+++ b/nixos/modules/services/security/hockeypuck.nix
@@ -82,8 +82,10 @@ in {
users.users.hockeypuck = {
isSystemUser = true;
+ group = "hockeypuck";
description = "Hockeypuck user";
};
+ users.groups.hockeypuck = {};
systemd.services.hockeypuck = {
description = "Hockeypuck OpenPGP Key Server";