Disable DHCP for thor interfaces

This commit is contained in:
Filippo Berto 2023-01-10 17:36:47 +01:00
parent e402774a5c
commit 4a82e16be2
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -69,12 +69,7 @@ with lib; {
networking = {
hostName = "thor"; # Define your hostname.
interfaces = {
eno1.useDHCP = true;
wlp5s0.useDHCP = true;
};
networkmanager.enable = true;
useDHCP = false;
};
time.timeZone = "Europe/Rome";