diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 15:29:51 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 15:29:51 +0100 |
| commit | bb87f9ebadc3bb5c5158d9fbad9a5acef8c8f692 (patch) | |
| tree | caa99f185696dbfbe469bc19518c3d5a28251495 /services/uptimekuma.nix | |
| parent | 4843cb92bfff84fef92af97be76165b4fa7be9c4 (diff) | |
Apply changes from messing around and making things work
Diffstat (limited to '')
| -rw-r--r-- | services/uptimekuma.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/services/uptimekuma.nix b/services/uptimekuma.nix index d98a0b3..720040d 100644 --- a/services/uptimekuma.nix +++ b/services/uptimekuma.nix @@ -67,10 +67,12 @@ in services.uptime-kuma = { enable = true; settings = { - UPTIME_KUMA_PORT = "3111"; - UPTIME_KUMA_HOST = "127.0.0.1"; - UPTIME_KUMA_DB_TYPE = "sqlite"; - UPTIME_KUMA_DB_SOCKET = "/run/mysqld/mysqld.sock"; + UPTIME_KUMA_PORT = "3111"; + UPTIME_KUMA_HOST = "127.0.0.1"; + UPTIME_KUMA_DB_TYPE = "sqlite"; + #UPTIME_KUMA_DB_SOCKET = "/run/mysqld/mysqld.sock"; + #UPTIME_KUMA_DB_USERNAME = config.systemd.services.uptime-kuma.serviceConfig.User; + #UPTIME_KUMA_DB_NAME = "uptimekuma"; }; }; }); |
