services: nextcloud: add to media group
This commit is contained in:
parent
e783c7f1fa
commit
1f29508108
|
@ -12,6 +12,7 @@
|
|||
inherit
|
||||
(config.my.services)
|
||||
jellyfin
|
||||
nextcloud
|
||||
transmission
|
||||
;
|
||||
};
|
||||
|
|
|
@ -83,6 +83,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
users.groups.media.members = ["nextcloud"];
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts = {
|
||||
"cloud.${domain}" = {
|
||||
|
|
Loading…
Reference in a new issue