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