Use latest ZFS compatible kernel on picard
This commit is contained in:
parent
4d57037bd1
commit
1ef63feb7c
1 changed files with 3 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
||||||
"tor-browser"
|
"tor-browser"
|
||||||
"kicad"
|
"kicad"
|
||||||
"monero"
|
"monero"
|
||||||
|
"zulip"
|
||||||
];
|
];
|
||||||
extraGroups = [];
|
extraGroups = [];
|
||||||
backupPaths = [];
|
backupPaths = [];
|
||||||
|
@ -101,7 +102,8 @@
|
||||||
configurationLimit = 20;
|
configurationLimit = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
|
||||||
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
networking.hostId = "5b02e763";
|
networking.hostId = "5b02e763";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue