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, ... }:
|
{ config, pkgs, inputs, ... }:
|
||||||
let
|
let
|
||||||
workstations = [ "skinnyv" "foureighty" ];
|
workstations = [ "skinnyv" "foureighty" "thinky" ];
|
||||||
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
|
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
|
||||||
in {
|
in {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
@ -24,6 +24,9 @@ in {
|
||||||
"hagath" = {
|
"hagath" = {
|
||||||
id = "SXQA3TX-3G5T4CQ-3SX42KJ-UEBZWF7-RL66ORF-DVV6ROT-PYTE6QV-EARKMQU";
|
id = "SXQA3TX-3G5T4CQ-3SX42KJ-UEBZWF7-RL66ORF-DVV6ROT-PYTE6QV-EARKMQU";
|
||||||
};
|
};
|
||||||
|
"thinky" = {
|
||||||
|
id = "G6SYM4M-32SHELZ-E4IDW3L-3MAOZ54-N7FB5BD-ZNUFXYW-2JVV6GB-LQHNRAF";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"/home/cyryl/vaults" = {
|
"/home/cyryl/vaults" = {
|
||||||
|
|
Loading…
Reference in a new issue