Added the davfs2 service for buckwheat to mount remote webdav shares. Commit to test and build.

This commit is contained in:
Thai Noodles 2023-10-07 07:48:50 -07:00
parent be430cd5f0
commit 38202562ec

View File

@ -39,12 +39,15 @@ in
# };
};
users.users.${user.name} = {
extraGroups = [ "libvirtd" "transmission" ];
extraGroups = [ "libvirtd" "transmission" "davfs2" ];
packages = [
pkgs.rss2email
];
};
services = {
davfs2 = {
enable = true;
};
mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;