Odin: move kernel settings to common configuration

This commit is contained in:
Filippo Berto 2023-02-22 16:43:58 +01:00
parent 0f8a8ffcca
commit 7e1316832f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 2 additions and 7 deletions

View file

@ -5,6 +5,7 @@ with lib; {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.checkJournalingFS = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
# # Cross-build arm