From c3dc2fbe27761b153d0a7b27867bb9738e935ee4 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 9 Jun 2024 21:01:49 +0200 Subject: [PATCH] beleth: this commit will change everything HUGE THINGS COMING PART 2. COMING TO A CINEMA NEAR YOU --- hosts/x86_64-linux/beleth/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/x86_64-linux/beleth/networking.nix b/hosts/x86_64-linux/beleth/networking.nix index c4ebd89..58af6b6 100644 --- a/hosts/x86_64-linux/beleth/networking.nix +++ b/hosts/x86_64-linux/beleth/networking.nix @@ -9,7 +9,7 @@ interfaces = { enp0s31f6 = { ipv4 = { - adresses = [ + addresses = [ { address = "88.99.90.90"; prefixLength = 26; @@ -17,7 +17,7 @@ ]; }; ipv6 = { - adresses = [ + addresses = [ { address = "2a01:4f8:10a:1aab::2"; prefixLength = 80;