From 24a8d64baa2f674e99d9db7a714dcb2e0479833b Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 27 Aug 2025 22:41:19 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=8F=EF=B8=8F=E3=80=8D=20norm:=20?= =?UTF-8?q?formetted=20config.nxi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vm/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vm/configuration.nix b/vm/configuration.nix index de4924f..e46dc4d 100644 --- a/vm/configuration.nix +++ b/vm/configuration.nix @@ -21,7 +21,11 @@ ]; networking.hosts = { - "127.0.0.1" = [ "app1.com" "app2.com" "app3.com" ]; + "127.0.0.1" = [ + "app1.com" + "app2.com" + "app3.com" + ]; }; # Since `fileSystems` is ignored by nixos-generators, we need to be creative