Activated GIT LFS
This commit is contained in:
@@ -17,8 +17,20 @@
|
||||
prefixLength = 23;
|
||||
}
|
||||
];
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "2a00:6800:3:1094::1";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "178.254.8.1";
|
||||
|
||||
defaultGateway6 = {
|
||||
address = "2a00:6800:3::1";
|
||||
interface = "ens3";
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
"178.254.16.151"
|
||||
"178.254.16.141"
|
||||
@@ -34,6 +46,11 @@
|
||||
"cyperpunk.de"
|
||||
"matrix.cyperpunk.de"
|
||||
];
|
||||
|
||||
"2a00:6800:3:1094::1" = [
|
||||
"cyperpunk.de"
|
||||
"matrix.cyperpunk.de"
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user