diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2d43c56..5f25cdd 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -53,7 +53,6 @@ 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" ];