more setup for karp site.
This commit is contained in:
parent
62e8ebd474
commit
c543a80023
|
@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
enable = true;
|
||||
networks."eth0" = {
|
||||
name = "eth0";
|
||||
address = ["10.10.10.31/TODO"];
|
||||
gateway = ["TODO"];
|
||||
address = ["10.10.10.31/24"];
|
||||
gateway = ["10.10.10.1"];
|
||||
dns = ["1.1.1.1"];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
enable = true;
|
||||
networks."eth0" = {
|
||||
name = "eth0";
|
||||
address = ["10.10.10.30/TODO"];
|
||||
gateway = ["TODO"];
|
||||
address = ["10.10.10.30/24"];
|
||||
gateway = ["10.10.10.1"];
|
||||
dns = ["1.1.1.1"];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue