add redirect
This commit is contained in:
parent
c7925447fa
commit
9124290f47
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
redirects = {
|
redirects = {
|
||||||
"www" = "https://proxy.${homelab.domain}";
|
"www" = "https://proxy.${homelab.domain}";
|
||||||
"dash" = "https://${homelab.domain}";
|
"dash" = "https://${homelab.domain}";
|
||||||
|
"immich" = "https://gallery.proxy${homelab.domain}";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
users.users.nginx.extraGroups = [ "acme" ];
|
users.users.nginx.extraGroups = [ "acme" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue