nix-config/hosts/nixedo/services/default.nix
Oliver Davies 44699fb007 Add Uptime Kuma
Add Uptime Kuma as as service, configure a reverse proxy and add it to
Homepage.
2025-04-28 21:42:09 +01:00

7 lines
76 B
Nix

{
imports = [
./homepage
./samba.nix
./uptime-kuma.nix
];
}