use btrfs as main OS parition type

add 4GB swap partition
closes #6
closes #7
This commit is contained in:
Pim Kunis 2023-11-19 17:48:57 +01:00
parent 7e70d253f3
commit d7a565f2ce

View file

@ -17,13 +17,14 @@
}; };
}; };
root = { root = {
size = "100%"; end = "-4G";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "ext4"; format = "btrfs";
mountpoint = "/"; mountpoint = "/";
}; };
}; };
swap = { size = "100%"; };
}; };
}; };
}; };