This commit is contained in:
KoenDR06 2024-06-30 13:18:02 +02:00
parent 8ec2fa0da0
commit ac33908637
2 changed files with 4 additions and 12 deletions

View file

@ -63,8 +63,6 @@
"syncthing/luna".owner = "horseman";
"syncthing/terra".owner = "horseman";
"syncthing/solis".owner = "horseman";
"syncthing/gui_user".owner = "horseman";
"syncthing/gui_password".owner = "horseman";
};
templates = {
"syncluna".content = ''${config.sops.placeholder."syncthing/luna"}'';
@ -96,10 +94,6 @@
devices = [ "luna" "terra" "solis" ];
};
};
gui = {
user = config.sops.secrets."syncthing/gui_user";
password = config.sops.secrets."syncthing/gui_password";
};
};
};