diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-03 19:14:43 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-08-03 19:45:11 +0200 |
commit | 549ec4b961cdf411177eb2f3897a0df64cb677b3 (patch) | |
tree | fbfe3ff9c4e581f840d1c75690906693336aa9a1 /modules/by-name/co/constants | |
parent | {modules,test}/jitsi-meet: Init (diff) | |
download | nixos-server-549ec4b961cdf411177eb2f3897a0df64cb677b3.zip |
modules/grocy: Init grocy-new
Diffstat (limited to 'modules/by-name/co/constants')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 2115a37..1513b0c 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -52,6 +52,7 @@ stalwart-mail-certificates = 338; # GROUP sharkey = 339; redis-sharkey = 340; + grocy = 341; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -85,6 +86,7 @@ systemd-oom sharkey redis-sharkey + grocy systemd-coredump # matches systemd-coredump user resolvconf # This group is not matched to an user? stalwart-mail-certificates # This group is used to connect nginx and stalwart-mail |