Corrected indentation

This commit is contained in:
2024-12-31 16:50:12 +02:00
parent 896f2fce41
commit adb963436f

View File

@@ -50,8 +50,8 @@
sops.secrets.syncthing-gui-password = { };
services.syncthing.settings.gui = {
user = "server";
password = config.sops.secrets.syncthing-gui-password.path;
user = "server";
password = config.sops.secrets.syncthing-gui-password.path;
};
};
}