add nextcloud user to aria2 group
This commit is contained in:
parent
43bbb82dab
commit
a25b09c03b
|
@ -146,7 +146,7 @@
|
||||||
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf"];
|
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf"];
|
||||||
shell = pkgs.zsh;
|
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
|
# Enable completion of system packages by zsh
|
||||||
|
|
Loading…
Reference in a new issue