fix helper
This commit is contained in:
parent
6b2553b3e9
commit
4d854b12f0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ homelab, lib, ... }: let
|
{ homelab, lib, ... }: let
|
||||||
d = domain: { dest = d; auth = false; };
|
d = dest: { inherit dest; auth = false; };
|
||||||
da = domain: { dest = d; auth = true; };
|
da = dest: { inherit dest; auth = true; };
|
||||||
|
|
||||||
base = "proxy.${homelab.domain}";
|
base = "proxy.${homelab.domain}";
|
||||||
hosts = {
|
hosts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue