Use latest linux on quasar for controller support
This commit is contained in:
parent
83aae7f48e
commit
5df9f13116
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# Configure boot
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = let
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot = {
|
||||
loader.grub.zfsSupport = true;
|
||||
zfs = {
|
||||
extraPools = ["zarchive"];
|
||||
package = pkgs.zfs_unstable;
|
||||
requestEncryptionCredentials = ["zactive/main"];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue