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