mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:00:32 +01:00
beleth: this commit will change everything HUGE THINGS COMING PART 2. COMING TO A CINEMA NEAR YOU
This commit is contained in:
parent
42968aace5
commit
c3dc2fbe27
|
@ -9,7 +9,7 @@
|
||||||
interfaces = {
|
interfaces = {
|
||||||
enp0s31f6 = {
|
enp0s31f6 = {
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
adresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "88.99.90.90";
|
address = "88.99.90.90";
|
||||||
prefixLength = 26;
|
prefixLength = 26;
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ipv6 = {
|
ipv6 = {
|
||||||
adresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "2a01:4f8:10a:1aab::2";
|
address = "2a01:4f8:10a:1aab::2";
|
||||||
prefixLength = 80;
|
prefixLength = 80;
|
||||||
|
|
Loading…
Reference in a new issue