add nfs-utils

This commit is contained in:
2025-10-15 18:27:43 -05:00
parent dd5c53a979
commit 40077f3c6c

View File

@@ -27,6 +27,9 @@ in {
autoScrub.interval = "weekly";
};
# install userspace tools for acl's
environment.systemPackages = with pkgs; [ nfs-utils ];
fileSystems."/holocron" = {
device = "holocron";
fsType = "zfs";