nixos-module/defaults: enable unstable zfs

This commit is contained in:
Astro 2021-06-09 18:43:40 +02:00
parent 760620b86a
commit e192781d2a
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
boot.tmpOnTmpfs = true;
# Includes wireguard
boot.kernelPackages = pkgs.linuxPackages_latest;
# Keep building
boot.zfs.enableUnstable = true;
# no persistent logs
services.journald.extraConfig = ''