add nextcloud user to aria2 group

This commit is contained in:
Lillian-Violet 2023-11-23 17:33:50 +01:00
parent 9beaaffc92
commit 579376c403

View file

@ -146,7 +146,7 @@
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf"];
shell = pkgs.zsh;
};
nextcloud.extraGroups = [config.users.groups.keys.name];
nextcloud.extraGroups = [config.users.groups.keys.name "aria2"];
};
# Enable completion of system packages by zsh