diff --git a/hosts/parsons/configuration.nix b/hosts/parsons/configuration.nix index 95ddf5c..a26b20d 100644 --- a/hosts/parsons/configuration.nix +++ b/hosts/parsons/configuration.nix @@ -49,6 +49,8 @@ networking.nat.internalInterfaces = ["ve-+"]; networking.nat.externalInterface = "enp35s0"; + networking.hostName = "parsons"; + networking.interfaces.enp35s0.ipv6.addresses = [{ address = "2a01:4f9:3a:2ddb::1"; prefixLength = 64;