moved cal dir
This commit is contained in:
parent
a7c734871b
commit
e2bd3d9af6
|
@ -20,6 +20,7 @@
|
|||
sync = {
|
||||
enable = true;
|
||||
folders = {
|
||||
share.enable = true;
|
||||
leyla = {
|
||||
documents.enable = true;
|
||||
};
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
sync = {
|
||||
enable = true;
|
||||
folders = {
|
||||
share.enable = true;
|
||||
leyla = {
|
||||
documents.enable = true;
|
||||
};
|
||||
|
|
|
@ -105,7 +105,7 @@ in {
|
|||
(lib.mkIf config.host.sync.folders.share.calendar.enable {
|
||||
"calendar" = {
|
||||
id = "8oatl-1rv6w";
|
||||
path = "${mountDir}/share/calendar";
|
||||
path = "${mountDir}/default/calendar";
|
||||
devices = [
|
||||
defiant
|
||||
ceder
|
||||
|
|
Loading…
Reference in a new issue