Update Steam Deck config

This commit is contained in:
Invariantspace 2024-03-02 15:29:23 -08:00
parent 4dedb233de
commit 202e5c098a
10 changed files with 32 additions and 45 deletions

View file

@ -1,12 +1,8 @@
{ config, ... }:
{ ... }:
{
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
loader.grub.zfsSupport = true;
zfs.enableUnstable = true;
};
boot.zfs.enableUnstable = true;
services.zfs = {
autoScrub.enable = true;