variables and dotfile configs

This commit is contained in:
2024-12-21 12:35:37 -06:00
parent 882fe52852
commit 02044b2af1
4 changed files with 15 additions and 28 deletions

View File

@@ -28,8 +28,8 @@ in
group = "users";
overrideDevices = true;
overrideFolders = true;
key = "${config.sops.secrets."syncthing_keys/${hostName}".path}";
cert = "${config.sops.secrets."syncthing_certs/${hostName}".path}";
key = config.sops.secrets."syncthing_keys/${hostName}".path;
cert = config.sops.secrets."syncthing_certs/${hostName}".path;
settings = {
devices = {
server.id = "BG6PF7S-KATABWO-7WAZFMX-6YO7IS3-WQTMR3M-VSOSV7V-HFFMNNH-BFX2EQ4";