chore: add further syncthing links

This commit is contained in:
Swarsel 2024-10-17 00:35:01 +02:00
parent 8f0ad00f0b
commit db96f0c46b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 58 additions and 14 deletions

View file

@ -6000,29 +6000,29 @@ Do not touch this.
"sync (@oracle)" = { "sync (@oracle)" = {
id = "ETW6TST-NPK7MKZ-M4LXMHA-QUPQHDT-VTSHH5X-CR5EIN2-YU7E55F-MGT7DQB"; id = "ETW6TST-NPK7MKZ-M4LXMHA-QUPQHDT-VTSHH5X-CR5EIN2-YU7E55F-MGT7DQB";
}; };
"server1" = { "winters" = {
id = "ZXWVC4X-IIARITZ-MERZPHN-HD55Y6G-QJM2GTB-6BWYXMR-DTO3TS2-QDBREQQ"; id = "O7RWDMD-AEAHPP7-7TAVLKZ-BSWNBTU-2VA44MS-EYGUNBB-SLHKB3C-ZSLMOAA";
}; };
}; };
folders = { folders = {
"Default Folder" = { "Default Folder" = {
path = "/home/swarsel/Sync"; path = "/home/swarsel/Sync";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "default"; id = "default";
}; };
"Obsidian" = { "Obsidian" = {
path = "/home/swarsel/Nextcloud/Obsidian"; path = "/home/swarsel/Nextcloud/Obsidian";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "yjvni-9eaa7"; id = "yjvni-9eaa7";
}; };
"Org" = { "Org" = {
path = "/home/swarsel/Nextcloud/Org"; path = "/home/swarsel/Nextcloud/Org";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "a7xnl-zjj3d"; id = "a7xnl-zjj3d";
}; };
"Vpn" = { "Vpn" = {
path = "/home/swarsel/Vpn"; path = "/home/swarsel/Vpn";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "hgp9s-fyq3p"; id = "hgp9s-fyq3p";
}; };
}; };
@ -7733,6 +7733,11 @@ Also, the system state version is set here. No need to touch it.
devices = [ "sync (@oracle)" "magicant" "zenfone9" "nbl-imba-2" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "nbl-imba-2" ];
id = "hgp9s-fyq3p"; id = "hgp9s-fyq3p";
}; };
"Documents" = {
path = "/Vault/data/syncthing/Documents";
devices = [ "magicant" "nbl-imba-2" ];
id = "hgr3d-pfu3w";
};
}; };
}; };
}; };
@ -7927,6 +7932,21 @@ Integrates 1password mostly. There are more options at [[#h:f0b2ea93-94c8-48d8-8
''; '';
}; };
services.syncthing = {
settings = {
"winters" = {
id = "O7RWDMD-AEAHPP7-7TAVLKZ-BSWNBTU-2VA44MS-EYGUNBB-SLHKB3C-ZSLMOAA";
};
folders = {
"Documents" = {
path = "/home/swarsel/Documents";
devices = [ "magicant" "winters" ];
id = "hgr3d-pfu3w";
};
};
};
};
specialisation = { specialisation = {
cgroup_v1.configuration = { cgroup_v1.configuration = {
boot.kernelParams = [ boot.kernelParams = [
@ -7935,6 +7955,8 @@ Integrates 1password mostly. There are more options at [[#h:f0b2ea93-94c8-48d8-8
]; ];
}; };
}; };
} }
#+end_src #+end_src

View file

@ -17,29 +17,29 @@ _:
"sync (@oracle)" = { "sync (@oracle)" = {
id = "ETW6TST-NPK7MKZ-M4LXMHA-QUPQHDT-VTSHH5X-CR5EIN2-YU7E55F-MGT7DQB"; id = "ETW6TST-NPK7MKZ-M4LXMHA-QUPQHDT-VTSHH5X-CR5EIN2-YU7E55F-MGT7DQB";
}; };
"server1" = { "winters" = {
id = "ZXWVC4X-IIARITZ-MERZPHN-HD55Y6G-QJM2GTB-6BWYXMR-DTO3TS2-QDBREQQ"; id = "O7RWDMD-AEAHPP7-7TAVLKZ-BSWNBTU-2VA44MS-EYGUNBB-SLHKB3C-ZSLMOAA";
}; };
}; };
folders = { folders = {
"Default Folder" = { "Default Folder" = {
path = "/home/swarsel/Sync"; path = "/home/swarsel/Sync";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "default"; id = "default";
}; };
"Obsidian" = { "Obsidian" = {
path = "/home/swarsel/Nextcloud/Obsidian"; path = "/home/swarsel/Nextcloud/Obsidian";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "yjvni-9eaa7"; id = "yjvni-9eaa7";
}; };
"Org" = { "Org" = {
path = "/home/swarsel/Nextcloud/Org"; path = "/home/swarsel/Nextcloud/Org";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "a7xnl-zjj3d"; id = "a7xnl-zjj3d";
}; };
"Vpn" = { "Vpn" = {
path = "/home/swarsel/Vpn"; path = "/home/swarsel/Vpn";
devices = [ "sync (@oracle)" "magicant" "zenfone9" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "winters" ];
id = "hgp9s-fyq3p"; id = "hgp9s-fyq3p";
}; };
}; };

View file

@ -27,6 +27,21 @@
''; '';
}; };
services.syncthing = {
settings = {
"winters" = {
id = "O7RWDMD-AEAHPP7-7TAVLKZ-BSWNBTU-2VA44MS-EYGUNBB-SLHKB3C-ZSLMOAA";
};
folders = {
"Documents" = {
path = "/home/swarsel/Documents";
devices = [ "magicant" "winters" ];
id = "hgr3d-pfu3w";
};
};
};
};
specialisation = { specialisation = {
cgroup_v1.configuration = { cgroup_v1.configuration = {
boot.kernelParams = [ boot.kernelParams = [
@ -35,4 +50,6 @@
]; ];
}; };
}; };
} }

View file

@ -49,6 +49,11 @@
devices = [ "sync (@oracle)" "magicant" "zenfone9" "nbl-imba-2" ]; devices = [ "sync (@oracle)" "magicant" "zenfone9" "nbl-imba-2" ];
id = "hgp9s-fyq3p"; id = "hgp9s-fyq3p";
}; };
"Documents" = {
path = "/Vault/data/syncthing/Documents";
devices = [ "magicant" "nbl-imba-2" ];
id = "hgr3d-pfu3w";
};
}; };
}; };
}; };