mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
10 lines
136 B
Nix
10 lines
136 B
Nix
{ }:
|
|
{
|
|
#TODO: implement uptime-kama
|
|
services.uptime-kama = {
|
|
enable = true;
|
|
settings = {
|
|
PORT = "4000";
|
|
};
|
|
};
|
|
}
|