mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
fixed typo error
This commit is contained in:
parent
1a58e903e8
commit
340fb4590b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
#TODO: implement uptime-kama
|
#TODO: implement uptime-kama
|
||||||
services.uptime-kama = {
|
services.uptime-kuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PORT = "4000";
|
PORT = "4000";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue