mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
drack: add kernel options from Ubuntu
This commit is contained in:
parent
73653f1722
commit
7c03b2b1c8
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "console=tty0" ];
|
||||
boot.kernelParams = [
|
||||
"console=tty0"
|
||||
"clk_ignore_unused"
|
||||
"pd_ignore_unused"
|
||||
];
|
||||
|
||||
networking.hostName = "drack";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue