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

This commit is contained in:
Niten 2021-04-22 18:03:54 -07:00
commit a67881c68c
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
networking = { networking = {
macvlans = { macvlans = {
intif0 = { intif0 = {
interface = "eno1"; interface = "eno2";
mode = "bridge"; mode = "bridge";
}; };
}; };

View File

@ -76,7 +76,7 @@ in {
}; };
nostromo = { nostromo = {
ipv4-address = "10.0.0.10"; ipv4-address = "10.0.0.10";
mac-address = "46:54:76:06:f1:10"; mac-address = "02:14:25:55:ee:5a";
}; };
lambda = { lambda = {
ipv4-address = "10.0.0.11"; ipv4-address = "10.0.0.11";