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

@ -24,7 +24,22 @@
services.openssh = {
enable = true;
extraConfig = ''
'';
'';
};
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 = {
@ -35,4 +50,6 @@
];
};
};
}