feat: drafted out zfs vdev, pool, and dataset implementations

This commit is contained in:
Leyla Becker 2025-11-05 10:56:04 -06:00
parent 2fd14e4cc0
commit d8989bb43d
4 changed files with 551 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: let
{lib, ...}: {...}: let
pathPermissions = {
read = lib.mkEnableOption "should the path have read permissions";
write = lib.mkEnableOption "should the path have read permissions";