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
|
||||
d = domain: { dest = d; auth = false; };
|
||||
da = domain: { dest = d; auth = true; };
|
||||
d = dest: { inherit dest; auth = false; };
|
||||
da = dest: { inherit dest; auth = true; };
|
||||
|
||||
base = "proxy.${homelab.domain}";
|
||||
hosts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue