about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2024-03-22 20:47:55 +0000
committerBruno BELANYI <bruno@belanyi.fr>2024-03-22 20:47:55 +0000
commit6b1e9f77f96d2e01073c85f586200df47793cc28 (patch)
treec95b620e15f5eacde89c3d48509e0cec25f1ae81 /nixos/modules/services
parent002f8266a0caeb9a4108dcb6c8107eeaff280247 (diff)
downloadnixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar.gz
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar.bz2
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar.lz
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar.xz
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.tar.zst
nixlib-6b1e9f77f96d2e01073c85f586200df47793cc28.zip
nixos/tandoor-recipes: set service 'Group'
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/misc/tandoor-recipes.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/tandoor-recipes.nix b/nixos/modules/services/misc/tandoor-recipes.nix
index a8300ecd5233..1bdd7be406b9 100644
--- a/nixos/modules/services/misc/tandoor-recipes.nix
+++ b/nixos/modules/services/misc/tandoor-recipes.nix
@@ -82,6 +82,7 @@ in
         Restart = "on-failure";
 
         User = "tandoor_recipes";
+        Group = "tandoor_recipes";
         DynamicUser = true;
         StateDirectory = "tandoor-recipes";
         WorkingDirectory = "/var/lib/tandoor-recipes";