Felix Uhl
Felix Uhl
So it seems to me like you've found the perfect solution. I agree the documentation could be slightly better here, but I'd say the basic example is very close already....
For anyone else hitting this issue and being confused about the solution: When starting from the example above, you can change ``` data = { type = "zfs_fs"; mountpoint =...
Hmm, if we require `mountpoint` to be set explicitly, we would also need to support `null` as users might not want to set a mountpoint in the config (though I'm...
Thank you for pointing this out! All the examples and documentation reflect this now.
> Not sure if we want to replicate all fileSystems options in disko? The linked thread gives an example where this flag would influence the behavior of disko itself. That...
I can confirm this issue. I have a similar setup: ```nix # ZFS storage pool, disk 1 tank_1 = { device = "/dev/disk/by-id/ata-ST4000VN006-3CW104_WW61E4ZD"; type = "disk"; content = { type...
Fixed in #655
@nick-korsakov Could you run `lsblk -o NAME,LABEL,PARTLABEL,MOUNTPOINT` and share the results? The PARTLABEL for window partitions is usually something like "Basic data partition" or "Microsoft reserved partition", so I'm unsure...
We do have this example: https://github.com/nix-community/disko/blob/master/example/btrfs-only-root-subvolume.nix Does that help?
This seems like a nice QoL improvement. Could you rebase it and address the comments?