forked from fi/nix-infra
Add config for public reverse proxy
This commit is contained in:
parent
c6f4780ccd
commit
ade955bdf4
7 changed files with 325 additions and 6 deletions
|
|
@ -5,8 +5,20 @@
|
|||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "web-public-02";
|
||||
networking = {
|
||||
interfaces = {
|
||||
"enp6s18".ipv6.addresses = [{
|
||||
address = "2001:470:5429::96";
|
||||
prefixLength = 64;
|
||||
}];
|
||||
};
|
||||
|
||||
defaultGateway6 = {
|
||||
address = "2001:470:5429::1";
|
||||
interface = "enp6s18";
|
||||
};
|
||||
|
||||
hostName = "web-public-2";
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue