syncthing: make sure everything is green

This commit is contained in:
Ingolf Wagner 2021-02-19 11:42:37 +01:00
parent f6d939d2e9
commit 961f4ab8f4
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 41 additions and 13 deletions

View file

@ -29,6 +29,30 @@
# on encrypted drive
# ------------------
private = {
enable = true;
path = "/home/syncthing/private";
};
desktop = {
enable = true;
path = "/home/syncthing/desktop";
};
finance = {
enable = true;
path = "/home/syncthing/finance";
};
lost-fotos = {
enable = true;
path = "/home/syncthing/lost-fotos.ct";
};
fotos = {
enable = true;
path = "/home/syncthing/fotos";
};
zettlr = {
enable = true;
path = "/home/syncthing/zettlr";
};
# no need to be encrypted
# -----------------------
@ -42,6 +66,10 @@
path = "/media/syncthing/movies";
rescanInterval = 8 * 3600;
};
music-projects = {
enable = true;
path = "/media/syncthing/music-projects";
};
music-library = {
enable = true;
path = "/media/syncthing/music-library";
@ -87,6 +115,10 @@
};
};
system.permown."/home/syncthing" = {
owner = "syncthing";
group = "syncthing";
};
system.permown."/media/syncthing" = {
owner = "syncthing";
group = "syncthing";

View file

@ -61,10 +61,6 @@
enable = true;
path = "/home/palo/smartphone-folder";
};
workhorse-sterni = {
enable = true;
path = "/home/palo/sync-to-workhorse";
};
processing = {
enable = true;
path = "/home/palo/sketchbook";

View file

@ -45,10 +45,6 @@
enable = true;
path = "/home/syncthing/lost-fotos.ct";
};
music-projects = {
enable = true;
path = "/home/syncthing/music-projects";
};
zettlr = {
enable = true;
path = "/home/syncthing/zettlr";
@ -85,6 +81,11 @@
path = "/media/syncthing/movies";
rescanInterval = 8 * 3600;
};
# todo : no need to place it on encrypted drive
music-projects = {
enable = true;
path = "/home/syncthing/music-projects";
};
music-library = {
enable = true;
path = "/media/syncthing/music-library";
@ -110,6 +111,10 @@
};
};
system.permown."/home/syncthing" = {
owner = "syncthing";
group = "syncthing";
};
system.permown."/media/syncthing" = {
owner = "syncthing";
group = "syncthing";

View file

@ -215,11 +215,6 @@ with lib; {
watch = false;
devices = [ "bumba" "workout" ];
};
workhorse-sterni = {
enable = lib.mkDefault false;
devices = [ "workhorse" "sterni" ];
watch = false;
};
};
};