linux_6_7 for kirk

This commit is contained in:
Andrea Ciceri 2024-03-14 19:07:08 +01:00
parent 68d8e04deb
commit 1b9d2feb66
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,6 +1,7 @@
{
fleetModules,
lib,
pkgs,
...
}: {
imports =
@ -28,6 +29,7 @@
"restic"
"greetd"
"syncthing"
"mount-rock5b"
]
++ [
./disko.nix
@ -74,6 +76,8 @@
"kvm-intel"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot = {
enable = true;