restructure zfs

This commit is contained in:
2025-10-14 12:21:06 -05:00
parent a960e1a018
commit 06587673c0
5 changed files with 29 additions and 7 deletions

View File

@@ -32,5 +32,20 @@ in {
fsType = "zfs";
options = ["nofail"];
};
fileSystems."/holocron/archives" = {
device = "holocron/archives";
fsType = "zfs";
options = ["nofail"];
};
fileSystems."/holocron/users" = {
device = "holocron/users";
fsType = "zfs";
options = ["nofail"];
};
fileSystems."/holocron/media" = {
device = "holocron/media";
fsType = "zfs";
options = ["nofail"];
};
};
}