starting cirrostratus config.
This commit is contained in:
parent
6ff0717428
commit
62e8ebd474
3 changed files with 164 additions and 1 deletions
|
@ -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"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue