Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops

This commit is contained in:
Niten 2021-07-28 12:01:15 -07:00
commit ee1cb1ace9

View File

@ -32,10 +32,16 @@ in {
interfaces = { interfaces = {
extif0 = { extif0 = {
ipv4.addresses = [{ ipv4.addresses = [
address = host-ipv4; {
prefixLength = 29; address = host-ipv4;
}]; prefixLength = 29;
}
{
address = git-ipv4;
prefixLength = 29;
}
];
}; };
}; };
}; };