zettlr + note sync
This commit is contained in:
parent
c23d734e09
commit
4145cc7374
2 changed files with 13 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ in
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
zettlr
|
||||||
zotero
|
zotero
|
||||||
zulip
|
zulip
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,16 @@ lib.mkIf config.hd.desktop.syncthing.enable {
|
||||||
type = "sendreceive";
|
type = "sendreceive";
|
||||||
devices = [ "p9" ];
|
devices = [ "p9" ];
|
||||||
};
|
};
|
||||||
|
pkm-notizen = {
|
||||||
|
id = "pkm-notizen";
|
||||||
|
path = "/home/hd/Sync/PKM/Notizen";
|
||||||
|
type = "sendreceive";
|
||||||
|
devices = [ "p9" ];
|
||||||
|
versioning = {
|
||||||
|
type = "simple";
|
||||||
|
params.keep = "10";
|
||||||
|
};
|
||||||
|
};
|
||||||
supernote-note = {
|
supernote-note = {
|
||||||
id = "supernote-note";
|
id = "supernote-note";
|
||||||
path = "/home/hd/Sync/Dokumente/Supernote/Notizen";
|
path = "/home/hd/Sync/Dokumente/Supernote/Notizen";
|
||||||
|
|
@ -34,6 +44,8 @@ lib.mkIf config.hd.desktop.syncthing.enable {
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /home/hd/Sync 0755 hd users - -"
|
"d /home/hd/Sync 0755 hd users - -"
|
||||||
|
"d /home/hd/Sync/PKM 0755 hd users - -"
|
||||||
|
"d /home/hd/Sync/PKM/Notizen 0755 hd users - -"
|
||||||
# I don't want desktop to be a broken symlink
|
# I don't want desktop to be a broken symlink
|
||||||
"d /home/hd/Sync/Desktop 0755 hd users - -"
|
"d /home/hd/Sync/Desktop 0755 hd users - -"
|
||||||
"L+ /home/hd/Documents - - - - /home/hd/Sync/Dokumente"
|
"L+ /home/hd/Documents - - - - /home/hd/Sync/Dokumente"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue