mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
add torus syncthing
This commit is contained in:
parent
78230b35a1
commit
4b6673ce8f
@ -41,6 +41,7 @@
|
|||||||
certPath = ../../secrets/syncthing/bulwark/cert.pem.age;
|
certPath = ../../secrets/syncthing/bulwark/cert.pem.age;
|
||||||
devices = {
|
devices = {
|
||||||
"kestrel" = { id = "5WWL4FE-ARZ4FHP-J33HQCH-CZKEXLN-2RAY4KW-PDI754F-3HVPZYI-VC3ESAF"; };
|
"kestrel" = { id = "5WWL4FE-ARZ4FHP-J33HQCH-CZKEXLN-2RAY4KW-PDI754F-3HVPZYI-VC3ESAF"; };
|
||||||
|
"torus" = { id = "ZVABUCA-3SA5QKR-OZSCIS5-RDAHR2V-D4R4NFK-ZBYOKDP-6HQUG2M-BNL3DAO"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
certPath = ../../secrets/syncthing/kestrel/cert.pem.age;
|
certPath = ../../secrets/syncthing/kestrel/cert.pem.age;
|
||||||
devices = {
|
devices = {
|
||||||
"bulwark" = { id = "YKPOWTQ-XMXG3SD-XKLPVEC-H4SO345-2ZZQK65-EBISRED-ISKCFMQ-T74P6Q5"; };
|
"bulwark" = { id = "YKPOWTQ-XMXG3SD-XKLPVEC-H4SO345-2ZZQK65-EBISRED-ISKCFMQ-T74P6Q5"; };
|
||||||
|
"torus" = { id = "ZVABUCA-3SA5QKR-OZSCIS5-RDAHR2V-D4R4NFK-ZBYOKDP-6HQUG2M-BNL3DAO"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -102,6 +102,15 @@
|
|||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
keyPath = ../../secrets/syncthing/torus/key.pem.age;
|
||||||
|
certPath = ../../secrets/syncthing/torus/cert.pem.age;
|
||||||
|
devices = {
|
||||||
|
"bulwark" = { id = "YKPOWTQ-XMXG3SD-XKLPVEC-H4SO345-2ZZQK65-EBISRED-ISKCFMQ-T74P6Q5"; };
|
||||||
|
"kestrel" = { id = "5WWL4FE-ARZ4FHP-J33HQCH-CZKEXLN-2RAY4KW-PDI754F-3HVPZYI-VC3ESAF"; };
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,7 @@ in
|
|||||||
"syncthing/kestrel/cert.pem.age".publicKeys = systems;
|
"syncthing/kestrel/cert.pem.age".publicKeys = systems;
|
||||||
"syncthing/bulwark/key.pem.age".publicKeys = systems;
|
"syncthing/bulwark/key.pem.age".publicKeys = systems;
|
||||||
"syncthing/bulwark/cert.pem.age".publicKeys = systems;
|
"syncthing/bulwark/cert.pem.age".publicKeys = systems;
|
||||||
|
"syncthing/torus/key.pem.age".publicKeys = systems;
|
||||||
|
"syncthing/torus/cert.pem.age".publicKeys = systems;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
provision/secrets/syncthing/torus/cert.pem.age
Normal file
BIN
provision/secrets/syncthing/torus/cert.pem.age
Normal file
Binary file not shown.
BIN
provision/secrets/syncthing/torus/key.pem.age
Normal file
BIN
provision/secrets/syncthing/torus/key.pem.age
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user