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 = {
|
||||
extif0 = {
|
||||
ipv4.addresses = [{
|
||||
address = host-ipv4;
|
||||
prefixLength = 29;
|
||||
}];
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = host-ipv4;
|
||||
prefixLength = 29;
|
||||
}
|
||||
{
|
||||
address = git-ipv4;
|
||||
prefixLength = 29;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user