cleanup common configs + disable CONFIG_VT if kmscon is enabled
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user