fix: disable serial-getty
keeps spamming dmesg with stupid messages.
This commit is contained in:
parent
223910744a
commit
363bff8c40
@ -54,6 +54,9 @@
|
||||
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:
|
||||
programs.vim = {
|
||||
defaultEditor = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user