mediaserver: expose additional services
This commit is contained in:
parent
8b740137cf
commit
5c68b8db8b
2 changed files with 3 additions and 2 deletions
Binary file not shown.
|
@ -7,9 +7,10 @@
|
|||
|
||||
users.users.media_user = {
|
||||
uid = 1001;
|
||||
isSystemUser = true;
|
||||
description = "Media User";
|
||||
group = "media_group";
|
||||
description = "Media User";
|
||||
home = "/var/lib/media_user";
|
||||
createHome = true;
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
|
Loading…
Reference in a new issue