feat: move more stuff into system_profiles

This commit is contained in:
Ranomier 2025-06-17 01:21:21 +02:00
parent 7f48da24e9
commit 6c8f40ff8f
6 changed files with 7 additions and 8 deletions

View file

@ -11,7 +11,6 @@
./locale.nix
./networking.nix
#./plymouth.nix # increases boot time too much
#./serial-console.nix # probably only for servers
./theming.nix
];
}

View file

@ -1,8 +0,0 @@
{
boot.kernelParams = [ "console=ttyS0,115200n8" ];
boot.loader.grub.extraConfig = "
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal_input serial
terminal_output serial
";
}