drack: add kernel options from Ubuntu

This commit is contained in:
Aaron Honeycutt 2024-04-13 00:46:54 +00:00
parent 73653f1722
commit 7c03b2b1c8

View file

@ -6,7 +6,11 @@
./hardware-configuration.nix
];
boot.kernelParams = [ "console=tty0" ];
boot.kernelParams = [
"console=tty0"
"clk_ignore_unused"
"pd_ignore_unused"
];
networking.hostName = "drack";