Remove that from here too

This commit is contained in:
Lillian Violet 2024-02-09 21:58:07 +01:00
parent 979d86a858
commit e622fd4464

View file

@ -11,7 +11,7 @@
sops.secrets."local.json".owner = config.users.users.onlyoffice.name;
users.users = {
nextcloud.extraGroups = [config.users.groups.keys.name "aria2" "onlyoffice"];
nextcloud.extraGroups = [config.users.groups.keys.name "onlyoffice"];
aria2.extraGroups = ["nextcloud"];
onlyoffice.extraGroups = ["nextcloud"];
};