Fix eval, another try

This commit is contained in:
Sandro - 2023-05-18 17:49:25 +02:00
parent 7d5f832a3d
commit 6276ff3f00
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,12 @@
hq.journalToMqtt = false;
};
boot.kernelParams = [ "verbose" "console=tty0" ];
boot = {
# repeat https://github.com/NixOS/nixos-hardware/blob/master/raspberry-pi/4/default.nix#L20
# to overwrite audio module
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
kernelParams = [ "verbose" "console=tty0" ];
};
swapDevices = [ ];

View File

@ -12,9 +12,6 @@
enable_uart=0
'';
};
# repeat https://github.com/NixOS/nixos-hardware/blob/master/raspberry-pi/4/default.nix#L20
# to overwrite audio module
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
kernelParams = [
"verbose" "shell_on_fail"
"elevator=deadline"