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