8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
olympus.bastion.nginx = {
|
|
dns = {
|
|
a = "0x76.dev";
|
|
};
|
|
ports = [80 443];
|
|
};
|
|
}
|