fix: disable serial-getty

keeps spamming dmesg with stupid messages.
This commit is contained in:
Simon Gardling 2025-11-20 16:34:47 -05:00
parent 223910744a
commit 363bff8c40
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -54,6 +54,9 @@
hybrid-sleep.enable = false; hybrid-sleep.enable = false;
}; };
# Disable serial getty on ttyS0 to prevent dmesg warnings
systemd.services."serial-getty@ttyS0".enable = false;
# srvos enables vim, i don't want to use vim, disable it here: # srvos enables vim, i don't want to use vim, disable it here:
programs.vim = { programs.vim = {
defaultEditor = false; defaultEditor = false;