From 44b80f8e711b2a78ed09dc62f9f35049ed76a5ce Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sun, 14 Jan 2024 12:52:45 +0800 Subject: [PATCH] fix(web): remove headless profile --- spec/web/google-compute-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/web/google-compute-config.nix b/spec/web/google-compute-config.nix index 74f26982..8b878f31 100644 --- a/spec/web/google-compute-config.nix +++ b/spec/web/google-compute-config.nix @@ -16,7 +16,7 @@ in { imports = [ - (modulesPath + "/profiles/headless.nix") + #(modulesPath + "/profiles/headless.nix") (modulesPath + "/profiles/qemu-guest.nix") ];