deployed cirrostratus.

This commit is contained in:
Gabe Venberg 2024-08-03 16:48:50 -05:00
parent 304db5a4e6
commit ef94432501
6 changed files with 58 additions and 17 deletions

View file

@ -36,7 +36,7 @@ inputs.nixpkgs.lib.nixosSystem {
networks."eth0" = {
name = "eth0";
DHCP = "yes";
# address = ["10.10.10.30/24"];
# address = ["10.10.10.31/24"];
# gateway = ["10.10.10.1"];
# dns = ["1.1.1.1"];
};