servers migrated from miniserver to server

This commit is contained in:
2025-04-17 01:30:09 -06:00
parent 7e85264a02
commit c2d97d933c
2 changed files with 36 additions and 35 deletions

View File

@@ -249,7 +249,7 @@
paperless =
let
name = "paperlessngx";
url = "http://${config.my.ips.miniserver}:${toString config.services.paperless.port}";
url = "http://${config.my.ips.server}:${toString config.services.paperless.port}";
in
lib.mkIf config.my.servers.paperless.enable {
icon = "paperless.png";
@@ -267,7 +267,7 @@
stash =
let
name = "stash";
url = "http://192.168.1.69:9999";
url = "http://${config.my.ips.server}:9999";
in
{
icon = "${name}.png";