spec(web): remove headless profile

This commit is contained in:
514fpv 2024-01-14 12:52:45 +08:00
parent b51e236731
commit 411f6bb19d
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -16,7 +16,7 @@ in
{ {
imports = [ imports = [
(modulesPath + "/profiles/headless.nix") #(modulesPath + "/profiles/headless.nix")
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
]; ];