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;