starting cirrostratus config.

This commit is contained in:
Gabe Venberg 2024-08-01 17:29:25 -05:00
parent 6ff0717428
commit 62e8ebd474
3 changed files with 164 additions and 1 deletions

View file

@ -35,7 +35,7 @@ inputs.nixpkgs.lib.nixosSystem {
enable = true;
networks."eth0" = {
name = "eth0";
address = ["TODO"];
address = ["10.10.10.30/TODO"];
gateway = ["TODO"];
dns = ["1.1.1.1"];
};