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

This commit is contained in:
Root 2021-04-12 15:42:59 -07:00
commit 02d7cf2576
4 changed files with 9 additions and 5 deletions

View File

@ -15,9 +15,7 @@
enp4s0f0.useDHCP = false; enp4s0f0.useDHCP = false;
enp4s0f1.useDHCP = false; enp4s0f1.useDHCP = false;
intif0 = { intif0 = { useDHCP = true; };
useDHCP = true;
};
}; };
}; };

View File

@ -1,3 +1,6 @@
{ {
description = "Google Lenovo work laptop."; description = "Google Lenovo work laptop.";
site = "seattle";
profile = "laptop";
domain = "sea.fudo.org";
} }

View File

@ -10,4 +10,7 @@
]; ];
rp = "niten"; rp = "niten";
admin-email = "niten@fudo.org"; admin-email = "niten@fudo.org";
site = "russell";
domain = "rus.selby.ca";
profile = "desktop";
} }

View File

@ -80,7 +80,7 @@ in {
}; };
lambda = { lambda = {
ipv4-address = "10.0.0.11"; ipv4-address = "10.0.0.11";
mac-address = "e8:39:35:2c:38:08"; mac-address = "02:f5:fe:8c:22:fe";
}; };
plato = { ipv4-address = "10.0.0.21"; }; plato = { ipv4-address = "10.0.0.21"; };
cam-entrance = { cam-entrance = {