From bd550b9c2e3669be444efb0645249cee2a992928 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 1 Jul 2026 21:53:01 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 1 - 1 file changed, 1 deletion(-) 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" ];