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