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 = {
size = "100%";
end = "-4G";
content = {
type = "filesystem";
format = "ext4";
format = "btrfs";
mountpoint = "/";
};
};
swap = { size = "100%"; };
};
};
};