cluster/services/websites: add dns records
This commit is contained in:
parent
5284c0f6d5
commit
d65fb75f78
1 changed files with 4 additions and 0 deletions
|
@ -50,4 +50,8 @@ in
|
||||||
module = "https2xx";
|
module = "https2xx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dns.records = lib.genAttrs [ "www" "draw" "stop-using-nix-env" "whoami" ] (lib.const {
|
||||||
|
rewrite.target = "static-lb";
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue