fix(web): remove headless profile

This commit is contained in:
514fpv 2024-01-14 12:52:45 +08:00
parent 36aed2ae95
commit 3022fb8429
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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