Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 4s

This commit is contained in:
2026-07-01 21:50:42 +00:00
parent 1af8079a8e
commit 5e8037d02b
+2 -1
View File
@@ -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" ];