mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 15:55:40 +00:00
11 lines
212 B
Nix
11 lines
212 B
Nix
{ ... }:
|
|
{
|
|
users.users.spacebarchat = {
|
|
isSystemUser = true;
|
|
description = "Spacebar service user";
|
|
home = "/var/lib/spacebar";
|
|
group = "spacebarchat";
|
|
};
|
|
users.groups.spacebarchat = { };
|
|
}
|