diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 348bdd0..2d43c56 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -53,7 +53,8 @@ systemd.services.zfs-import-cache.enable = true; systemd.services.zfs-mount.enable = true; boot.zfs.devNodes = "/dev/disk/by-id"; - +services.zfs.autoImportPools = true; + systemd.services.nfs-server = { after = [ "zfs-mount.service" ]; requires = [ "zfs-mount.service" ];