1
Fork 0

Do not hardcode the network configuration

This commit is contained in:
caem 2024-10-04 17:46:28 +02:00
parent 484ac04b91
commit f13fb30320
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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";