diff --git a/examples/rotuer.nix b/examples/rotuer.nix index d354f6e8..09dd8678 100644 --- a/examples/rotuer.nix +++ b/examples/rotuer.nix @@ -125,7 +125,7 @@ in rec { # You can add static addresses for the DHCP server here. I'm # not putting my actual MAC addresses in a public git repo ... hosts = { } // lib.optionalAttrs (builtins.pathExists ./static-leases.nix) (import ./static-leases.nix); - + upstreams = [ "/${secrets.domainName}/" ]; domain = secrets.domainName; };