Enable dafvs for remote volumes

This commit is contained in:
Valentin Brandl 2020-10-29 08:40:19 +01:00
parent 22af44691f
commit 5d4b9958d6

View File

@ -27,4 +27,8 @@
}; };
services.teamviewer.enable = true; services.teamviewer.enable = true;
services.davfs2 = {
enable = true;
};
} }