From 2ebf921107aa2224dd51aeefe8a78f82a71585bf Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 7 Nov 2025 14:51:36 +0100 Subject: [PATCH] use stura network addresses --- hosts/authentik/default.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/hosts/authentik/default.nix b/hosts/authentik/default.nix index 0bb95a3..807ac40 100644 --- a/hosts/authentik/default.nix +++ b/hosts/authentik/default.nix @@ -10,24 +10,15 @@ ./authentik.nix ]; - networking.hostName = "mail"; - networking.extraHosts = '' - 127.0.0.1 auth.test.htw.stura-dresden.de - ''; + networking.hostName = "auth"; networking.interfaces.ens18.ipv4.addresses = [ { - address = "167.235.225.23"; - prefixLength = 32; + address = "141.56.51.96"; + prefixLength = 24; } ]; - networking.interfaces.ens18.ipv6.addresses = [ - { - address = "2a01:4f8:c012:6bd7::1"; - prefixLength = 32; - } - ]; - networking.defaultGateway.address = "172.31.1.1"; + networking.defaultGateway.address = "141.56.51.254"; networking.nameservers = [ "9.9.9.9" "1.1.1.1"