zaphyra's git: nixfiles

zaphyra's nixfiles

commit 3dfae39bcade355512beabb89c3f0588a4c87961
parent 59206b10482c98f1a49fd2e1cf277259762d14f7
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 = {