Update flake

This commit is contained in:
Sicheng Pan 2026-02-03 18:40:13 -08:00
parent c393a70b38
commit a278fe32e7
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 40 additions and 42 deletions

View file

@ -1,14 +1,12 @@
{
config,
lib,
pkgs,
...
}: {
boot = {
loader.grub.zfsSupport = true;
zfs = {
extraPools = ["zarchive"];
package = pkgs.zfs_unstable;
requestEncryptionCredentials = ["zactive/main"];
};
};