hosts: no more static IPs

I don't really host stuff on them anymore, and this messes up routing when using stuff such as usb tethering
This commit is contained in:
Gabriel Fontes
2023-10-27 22:11:17 -03:00
parent 9aae7e9423
commit db4fabc6b1
2 changed files with 0 additions and 34 deletions
-17
View File
@@ -20,23 +20,6 @@
networking = {
hostName = "atlas";
useDHCP = true;
interfaces.enp8s0 = {
useDHCP = true;
wakeOnLan.enable = true;
ipv4 = {
addresses = [{
address = "192.168.0.12";
prefixLength = 24;
}];
};
ipv6 = {
addresses = [{
address = "2804:14d:8084:a484::2";
prefixLength = 64;
}];
};
};
};
boot = {
-17
View File
@@ -22,23 +22,6 @@
networking = {
hostName = "maia";
useDHCP = true;
interfaces.enp2s0 = {
useDHCP = true;
wakeOnLan.enable = true;
ipv4 = {
addresses = [{
address = "192.168.0.13";
prefixLength = 24;
}];
};
ipv6 = {
addresses = [{
address = "2804:14d:8084:a484::3";
prefixLength = 64;
}];
};
};
};
i18n.defaultLocale = "pt_BR.UTF-8";