temporarily enabled dchp for the karp site
this is so I can preconfigure devices.
This commit is contained in:
parent
c543a80023
commit
e2bf47d268
2 changed files with 10 additions and 8 deletions
|
@ -35,9 +35,10 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
enable = true;
|
||||
networks."eth0" = {
|
||||
name = "eth0";
|
||||
address = ["10.10.10.30/24"];
|
||||
gateway = ["10.10.10.1"];
|
||||
dns = ["1.1.1.1"];
|
||||
DHCP = "yes";
|
||||
# address = ["10.10.10.30/24"];
|
||||
# gateway = ["10.10.10.1"];
|
||||
# dns = ["1.1.1.1"];
|
||||
};
|
||||
};
|
||||
fileSystems = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue