linux_6_7
for kirk
This commit is contained in:
parent
68d8e04deb
commit
1b9d2feb66
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue