add thinky to syncthing
This commit is contained in:
parent
cc3531a883
commit
7357afd750
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
let
|
||||
workstations = [ "skinnyv" "foureighty" ];
|
||||
workstations = [ "skinnyv" "foureighty" "thinky" ];
|
||||
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
|
||||
in {
|
||||
services.syncthing = {
|
||||
|
@ -24,6 +24,9 @@ in {
|
|||
"hagath" = {
|
||||
id = "SXQA3TX-3G5T4CQ-3SX42KJ-UEBZWF7-RL66ORF-DVV6ROT-PYTE6QV-EARKMQU";
|
||||
};
|
||||
"thinky" = {
|
||||
id = "G6SYM4M-32SHELZ-E4IDW3L-3MAOZ54-N7FB5BD-ZNUFXYW-2JVV6GB-LQHNRAF";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"/home/cyryl/vaults" = {
|
||||
|
|
Loading…
Reference in a new issue