forked from fediversity/fediversity
rm old networking
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
430754cf95
commit
42c1cfd888
1 changed files with 0 additions and 20 deletions
|
|
@ -178,26 +178,6 @@ let
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
usePredictableInterfaceNames = false;
|
usePredictableInterfaceNames = false;
|
||||||
interfaces.eth0.ipv4.addresses = [
|
|
||||||
{
|
|
||||||
address = "95.215.187.101";
|
|
||||||
prefixLength = 24;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
interfaces.eth0.ipv6.addresses = [
|
|
||||||
{
|
|
||||||
address = "2a00:51c0:13:1305::101";
|
|
||||||
prefixLength = 64;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
defaultGateway = {
|
|
||||||
address = "95.215.187.1";
|
|
||||||
interface = "eth0";
|
|
||||||
};
|
|
||||||
defaultGateway6 = {
|
|
||||||
address = "2a00:51c0:13:1305::1";
|
|
||||||
interface = "eth0";
|
|
||||||
};
|
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"95.215.185.6"
|
"95.215.185.6"
|
||||||
"95.215.185.7"
|
"95.215.185.7"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue