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 = {
extif0 = {
ipv4.addresses = [{
address = host-ipv4;
prefixLength = 29;
}];
ipv4.addresses = [
{
address = host-ipv4;
prefixLength = 29;
}
{
address = git-ipv4;
prefixLength = 29;
}
];
};
};
};