add uptime kuma to Drone
This commit is contained in:
parent
dde5b3e109
commit
1e4ee9def3
3 changed files with 16 additions and 0 deletions
8
modules/nixos/homeserver/uptime-kuma.nix
Normal file
8
modules/nixos/homeserver/uptime-kuma.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings.PORT = "8005";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue