feat(web): enable uptime-kuma
This commit is contained in:
parent
6707ee74fd
commit
a906baa322
2 changed files with 20 additions and 0 deletions
11
spec/web/uptime.nix
Normal file
11
spec/web/uptime.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings.HOST = "127.0.0.1";
|
||||
settings.PORT = "4000";
|
||||
};
|
||||
|
||||
environment.persistence."/nix/persist/fhs".directories = [
|
||||
"/var/lib/private/uptime-kuma"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue