summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-27 06:04:09 +0100
committerRory& <root@rory.gay>2025-12-27 06:04:09 +0100
commit2610ce6e8592677fcbf197ff06c2628537aee904 (patch)
treef32b11baed48028c08fc261beefcf9e7ea5ab6a1
parentmaye? (diff)
downloadserver-ts-2610ce6e8592677fcbf197ff06c2628537aee904.tar.xz
create group
-rw-r--r--nix/modules/default/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/modules/default/default.nix b/nix/modules/default/default.nix

index dd0c03a5..ee584121 100644 --- a/nix/modules/default/default.nix +++ b/nix/modules/default/default.nix
@@ -184,7 +184,9 @@ in isSystemUser = true; description = "Spacebar service user"; home = "/var/lib/spacebarchat-server"; + group = "spacebarchat"; }; + users.groups.spacebarchat = { }; systemd.services.spacebar-api = makeServerTsService { description = "Spacebar Server - API";