change domain
This commit is contained in:
parent
d442e69f2f
commit
44f2ab69ba
11 changed files with 89 additions and 34 deletions
|
@ -1,4 +1,10 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
vars,
|
||||
...
|
||||
}: let
|
||||
inherit (vars.common) domain;
|
||||
in {
|
||||
systemd.services.homepage-dashboard.vpnConfinement = {
|
||||
enable = true;
|
||||
vpnNamespace = "wg";
|
||||
|
@ -42,13 +48,13 @@
|
|||
"Services" = [
|
||||
{
|
||||
"jellyfin" = {
|
||||
href = "https://jellyfin.xunuwu.xyz";
|
||||
href = "https://jellyfin.${domain}";
|
||||
icon = "jellyfin";
|
||||
};
|
||||
}
|
||||
{
|
||||
"navidrome" = {
|
||||
href = "https://navidrome.xunuwu.xyz";
|
||||
href = "https://navidrome.${domain}";
|
||||
icon = "navidrome";
|
||||
};
|
||||
}
|
||||
|
@ -66,7 +72,7 @@
|
|||
}
|
||||
{
|
||||
"vaultwarden" = {
|
||||
href = "https://vw.xunuwu.xyz";
|
||||
href = "https://vw.${domain}";
|
||||
icon = "vaultwarden";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue