add notes directory to syncthing

This commit is contained in:
Anthony Rodriguez 2024-08-28 15:46:53 +02:00
parent a7d857d757
commit 47ed2f02a9
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -36,6 +36,10 @@ in {
path = "${homeDir}/Projects"; path = "${homeDir}/Projects";
devices = builtins.attrNames otherDevices; devices = builtins.attrNames otherDevices;
}; };
"Notes" = {
path = "${homeDir}/Notes";
devices = builtins.attrNames otherDevices;
};
}; };
}; };
}; };