set up syncthing
This commit is contained in:
@ -27,8 +27,6 @@
|
||||
sound.enable = true;
|
||||
|
||||
services = {
|
||||
openssh.settings.PermitRootLogin = "yes";
|
||||
|
||||
autopull.enable = false;
|
||||
|
||||
displayManager.sddm.enable = true;
|
||||
@ -50,6 +48,58 @@
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
syncthing.settings.folders = {
|
||||
"notes" = {
|
||||
id = "l62ul-lpweo"; # cspell:disable-line
|
||||
path = "/home/richie/notes";
|
||||
devices = [
|
||||
"phone"
|
||||
"jeeves"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
"books" = {
|
||||
id = "6uppx-vadmy"; # cspell:disable-line
|
||||
path = "/home/richie/books";
|
||||
devices = [
|
||||
"phone"
|
||||
"jeeves"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
"important" = {
|
||||
id = "4ckma-gtshs"; # cspell:disable-line
|
||||
path = "/home/richie/important";
|
||||
devices = [
|
||||
"phone"
|
||||
"jeeves"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
"music" = {
|
||||
id = "vprc5-3azqc"; # cspell:disable-line
|
||||
path = "/home/richie/music";
|
||||
devices = [
|
||||
"phone"
|
||||
"jeeves"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
"projects" = {
|
||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
||||
path = "/home/richie/projects";
|
||||
devices = [
|
||||
"jeeves"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
|
@ -63,6 +63,7 @@
|
||||
id = "l62ul-lpweo"; # cspell:disable-line
|
||||
path = "/ZFS/Media/Notes";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
@ -72,6 +73,7 @@
|
||||
id = "6uppx-vadmy"; # cspell:disable-line
|
||||
path = "/ZFS/Storage/Syncthing/books";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
@ -81,6 +83,7 @@
|
||||
id = "4ckma-gtshs"; # cspell:disable-line
|
||||
path = "/ZFS/Storage/Syncthing/important";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
@ -90,6 +93,7 @@
|
||||
id = "vprc5-3azqc"; # cspell:disable-line
|
||||
path = "/ZFS/Storage/Syncthing/music";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
@ -98,7 +102,10 @@
|
||||
"projects" = {
|
||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
||||
path = "/ZFS/Storage/Syncthing/projects";
|
||||
devices = [ "rhapsody-in-green" ];
|
||||
devices = [
|
||||
"bob"
|
||||
"rhapsody-in-green"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
};
|
||||
|
@ -55,6 +55,7 @@
|
||||
id = "l62ul-lpweo"; # cspell:disable-line
|
||||
path = "/home/richie/notes";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"jeeves"
|
||||
];
|
||||
@ -64,6 +65,7 @@
|
||||
id = "6uppx-vadmy"; # cspell:disable-line
|
||||
path = "/home/richie/books";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"jeeves"
|
||||
];
|
||||
@ -73,6 +75,7 @@
|
||||
id = "4ckma-gtshs"; # cspell:disable-line
|
||||
path = "/home/richie/important";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"jeeves"
|
||||
];
|
||||
@ -82,13 +85,17 @@
|
||||
id = "vprc5-3azqc"; # cspell:disable-line
|
||||
path = "/home/richie/music";
|
||||
devices = [
|
||||
"bob"
|
||||
"phone"
|
||||
"jeeves"
|
||||
];
|
||||
"projects" = {
|
||||
id = "vyma6-lqqrz"; # cspell:disable-line
|
||||
path = "/home/richie/projects";
|
||||
devices = [ "jeeves" ];
|
||||
devices = [
|
||||
"bob"
|
||||
"jeeves"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
fsWatcherEnabled = true;
|
||||
|
Reference in New Issue
Block a user