fix(web): remove headless profile

This commit is contained in:
514fpv 2024-01-14 12:52:45 +08:00
parent 81c7c18e4c
commit 44b80f8e71
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")
];