From 0f4957d860a225f2f2a4e52518a62785a936a333 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 26 Nov 2022 00:08:53 +0100 Subject: [PATCH] tell parsons it's called parsons (i guess this was lost along with hexchen's nix deploy module?) --- hosts/parsons/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;