This commit is contained in:
root 2025-11-09 23:35:16 +00:00
parent f418e5ec19
commit bfc55f27f3
9 changed files with 60 additions and 41 deletions

View file

@ -1,7 +1,6 @@
let
kumaPort = 3001;
in
{
in {
services.uptime-kuma = {
enable = true;
settings = {
@ -25,4 +24,4 @@ in
];
};
};
}
}