homepage adjustments

This commit is contained in:
Danilo Reyes
2026-02-01 16:59:55 -06:00
parent 32545e4fec
commit 6389b9f012
9 changed files with 23 additions and 12 deletions

View File

@@ -188,6 +188,19 @@
version = 2;
};
};
linkwarden =
let
cfg = config.my.servers.linkwarden;
in
lib.mkIf (cfg.enable || cfg.enableProxy) {
icon = "${cfg.name}.png";
href = cfg.url;
widget = {
url = "http://${config.my.ips.wg-server}:${toString cfg.port}";
type = cfg.name;
key = "{{HOMEPAGE_VAR_LINKWARDEN}}";
};
};
nextcloud =
let
cfg = config.my.servers.nextcloud;