Fixed other stupid errors

This commit is contained in:
2024-12-31 16:33:40 +02:00
parent c7c0f0e8de
commit 2599d2abfd

View File

@@ -25,7 +25,7 @@
locations."/".proxyPass = "http://localhost:8384/";
};
servicessyncthing = {
services.syncthing = {
enable = true;
group = "syncthing";
user = "syncthing";
@@ -43,8 +43,8 @@
sops.secrets.syncthing-gui-password = { };
services.syncthing.settings.gui = {
user = "username";
password = ${config.sops.secrets.syncthing-gui-password.path};
user = "server";
password = config.sops.secrets.syncthing-gui-password.path;
};
};
}