mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: set port for uptime-kuma to be a string so nix won't yell
This commit is contained in:
parent
42d4502611
commit
ce8796c375
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
services = {
|
services = {
|
||||||
uptime-kuma = {
|
uptime-kuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PORT = 4800;
|
settings.PORT = "4800";
|
||||||
};
|
};
|
||||||
anubis.instances.uptime-kuma = {
|
anubis.instances.uptime-kuma = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue