enable nfs for zfs

This commit is contained in:
2025-07-22 10:58:57 +02:00
parent 2187a22eee
commit bc291c2aff

View File

@@ -43,4 +43,7 @@
}];
};
};
# Enable the NFS server, which is managed by this module.
services.nfs.server.enable = true;
}