reNixos/s0meMiniPC-nix/boot/zfs.nix
s0me1newithhand7s 36e1bc46cc
Some checks are pending
Flake Check Action / checker (push) Waiting to run
ftm: deadnix
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
2025-09-07 14:10:49 +03:00

8 lines
132 B
Nix

{...}: {
boot = {
zfs = {
allowHibernation = false;
removeLinuxDRM = false;
};
};
}