rustboro: add syncthing key and cert

This commit is contained in:
Aly Raffauf 2024-06-09 20:48:18 -04:00
parent 6f44243636
commit 83e283574d

View file

@ -22,6 +22,16 @@
networking.hostName = "rustboro"; # Define your hostname.
age.secrets = {
syncthingCert.file = ../../secrets/hosts + "/${config.networking.hostName}/syncthing/cert.age";
syncthingKey.file = ../../secrets/hosts + "/${config.networking.hostName}/syncthing/key.age";
};
services.syncthing = {
cert = config.age.secrets.syncthingCert.path;
key = config.age.secrets.syncthingKey.path;
};
alyraffauf = {
system = {
plymouth.enable = true;