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
|
|
@ -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