WTF
This commit is contained in:
parent
ee07347952
commit
3404e20c38
@ -17,7 +17,7 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
key = "${config.sops.secrets."syncthing/${config.networking.hostName}_key".path }";
|
key = "${config.sops.secrets."syncthing/${config.networking.hostName}_key".path}";
|
||||||
cert = "${config.sops.secrets."syncthing/${config.networking.hostName}_cert".path}";
|
cert = "${config.sops.secrets."syncthing/${config.networking.hostName}_cert".path}";
|
||||||
user = "${username}";
|
user = "${username}";
|
||||||
group = "users";
|
group = "users";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user