mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 23:30:40 -05:00
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:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user