Some checks are pending
Flake Check Action / checker (push) Waiting to run
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
8 lines
132 B
Nix
8 lines
132 B
Nix
{...}: {
|
|
boot = {
|
|
zfs = {
|
|
allowHibernation = false;
|
|
removeLinuxDRM = false;
|
|
};
|
|
};
|
|
}
|