From 7e2dc399bbea82470cf64a20fc9f06322d7d63b4 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sat, 3 Feb 2024 20:03:45 +0100 Subject: [PATCH] formatting --- hosts/quitte/network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index d1d038b..583f388 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -12,8 +12,8 @@ in networking = { # portunus module does weird things to this, so we force it to some sane values hosts = { - "127.0.0.1" = lib.mkForce ["quitte.ifsr.de" "quitte" ]; - "::1" = lib.mkForce ["quitte.ifsr.de" "quitte" ]; + "127.0.0.1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ]; + "::1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ]; }; hostId = "a71c81fc"; domain = "ifsr.de";