enable nfs for zfs

This commit is contained in:
Steffen Illium
2025-07-22 10:58:57 +02:00
parent 2187a22eee
commit bc291c2aff
+3
View File
@@ -43,4 +43,7 @@
}]; }];
}; };
}; };
# Enable the NFS server, which is managed by this module.
services.nfs.server.enable = true;
} }