1
0
Fork 0

mediaserver: expose additional services

This commit is contained in:
Daniel Kempkens 2023-04-18 17:00:43 +02:00
parent 8b740137cf
commit 5c68b8db8b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 3 additions and 2 deletions

View file

@ -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" ];