fix: kernel uses no/yes not true/false
Some checks failed
Build and Deploy / mreow (push) Failing after 1m44s
Build and Deploy / yarn (push) Failing after 1m47s
Build and Deploy / muffin (push) Successful in 1m13s

This commit is contained in:
2026-04-22 13:37:49 -04:00
parent d73ff40e0e
commit 532f52884a

View File

@@ -251,7 +251,7 @@
UID16 = lib.mkForce no;
X86_X32_ABI = lib.mkForce no;
VT = lib.mkForce (!config.services.kmscon.enable);
VT = lib.mkForce (if config.services.kmscon.enable then no else yes);
};
}
];