Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops
This commit is contained in:
commit
ee1cb1ace9
@ -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;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user