mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: define the primary group of users where needed
This commit is contained in:
parent
0f15a8f489
commit
bc3bca822a
46 changed files with 150 additions and 52 deletions
|
@ -77,7 +77,9 @@ in
|
|||
createHome = true;
|
||||
home = "/var/lib/morty";
|
||||
isSystemUser = true;
|
||||
group = "morty";
|
||||
};
|
||||
users.groups.morty = {};
|
||||
|
||||
systemd.services.morty =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue