Files
nix-stuff/hosts/fw/zfs.nix
2025-08-22 13:27:12 -07:00

8 lines
128 B
Nix

{ pkgs, ... }:
{
boot.zfs.extraPools = [ "fw" ];
systemd.services.zfs-mount.enable = false;
# see also fileSystems."/"
}