variables and dotfile configs
This commit is contained in:
4
jawz.nix
4
jawz.nix
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user