zaphyra's git: nixfiles

zaphyra's nixfiles

commit a4aadcb75c4ac94763039b50e556828114a55ae5
parent 6af932acf27512430fa8cc3705527bde371e118f
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Fri, 1 Aug 2025 20:44:45 +0200

hosts/huntii: switch to from `zfs` to `btrfs`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/huntii/default.nix b/hosts/huntii/default.nix
@@ -47,7 +47,7 @@
           rootDisk = {
             enable = true;
             encrypt = true;
-            type = "zfs";
+            type = "btrfs";
             path = "/dev/disk/by-id/nvme-SKHynix_HFS512GDE9X081N_FYB8N034411508M5G";
             reservedSpace = "3G";
             parts = {