cleanup common configs + disable CONFIG_VT if kmscon is enabled
Some checks failed
Build and Deploy / mreow (push) Failing after 40s
Build and Deploy / yarn (push) Failing after 41s
Build and Deploy / muffin (push) Successful in 1m7s

This commit is contained in:
2026-04-22 13:18:34 -04:00
parent f03cc87fc9
commit d73ff40e0e
7 changed files with 62 additions and 65 deletions

View File

@@ -12,9 +12,7 @@
{
imports = [
# common across all hosts
../../modules/common-doas.nix
../../modules/common-shell-fish.nix
../../modules/common-nix.nix
../../modules/common.nix
# muffin-only system modules
./hardware.nix
@@ -95,8 +93,6 @@
services.deployGuard.enable = true;
services.kmscon.enable = true;
# Disable serial getty on ttyS0 to prevent dmesg warnings
systemd.services."serial-getty@ttyS0".enable = false;