uptime-kuma: wants to use /var/lib/private for state

This commit is contained in:
Vegard Bieker Matthey
2026-05-22 17:58:00 +02:00
parent 9a6fdecb03
commit bfd83c4c64

View File

@@ -19,7 +19,7 @@ in {
locations."/".proxyPass = "http://${cfg.settings.HOST}:${cfg.settings.PORT}"; locations."/".proxyPass = "http://${cfg.settings.HOST}:${cfg.settings.PORT}";
}; };
fileSystems."/var/lib/uptime-kuma" = { fileSystems."/var/lib/private/uptime-kuma" = {
device = stateDir; device = stateDir;
fsType = "bind"; fsType = "bind";
options = [ "bind" ]; options = [ "bind" ];