Activated GIT LFS

This commit is contained in:
2026-05-13 22:42:11 +02:00
parent 66c24c9192
commit cb297406ea
3 changed files with 61 additions and 3 deletions
+17
View File
@@ -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"
];
};
};