Add Uptime Kuma as as service, configure a reverse proxy and add it to Homepage.
7 lines
76 B
Nix
7 lines
76 B
Nix
{
|
|
imports = [
|
|
./homepage
|
|
./samba.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|