This commit is contained in:
mjallen18
2026-01-03 11:10:23 -06:00
parent ca73743483
commit c6317cdd18
6 changed files with 11 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ let
isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system);
in
{
options.${namespace}.boot.headless = {
options.${namespace}.headless = {
enable = mkBoolOpt true "Enable headless stuff";
};