| 8 Mar 2026 |
Crony Akatsuki | magic_rb: I would like to start changing some ssd's on my system to a zfs filesystem today, have time to help? | 16:22:59 |
magic_rb | sure | 16:23:16 |
Crony Akatsuki | tnx, so first how do I go about getting zfs into my nixos setup ( as in bring it in since it's out of the tree ) | 16:24:13 |
magic_rb | if you base your system on disko with a config such as https://github.com/nix-community/disko/blob/master/example/zfs.nix nixos will automatically figure out zfs is needed and pull it in | 16:28:53 |
Crony Akatsuki | ahmy drives that I plan on moving to zfs rn are not inside of disko, but mounted using fileSystems.MountPoint | 16:30:45 |
Crony Akatsuki | * my drives that I plan on moving to zfs rn are not inside of disko, but mounted using fileSystems.MountPoint | 16:30:51 |
Crony Akatsuki | I don't have them inside disko becase they are not mounted always but only mounted when I need them, like when I'm running a backup for example | 16:35:15 |
magic_rb | ah, then uh, https://search.nixos.org/options?channel=25.11&query=supportedFilesystems&show=boot.supportedFilesystems so
boot.supportedFilesystem = [ "zfs" ]; | 16:49:29 |