Do not hardcode the network configuration
This commit is contained in:
parent
484ac04b91
commit
f13fb30320
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "workstation";
|
hostName = "workstation";
|
||||||
enableIPv6 = false;
|
enableIPv6 = false;
|
||||||
nameservers = [ "9.9.9.9" ];
|
|
||||||
defaultGateway = "192.168.2.1";
|
|
||||||
interfaces.enp34s0.ipv4.addresses = [{
|
|
||||||
address = "192.168.2.68";
|
|
||||||
prefixLength = 24;
|
|
||||||
}];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue