This commit is contained in:
2025-07-23 14:41:30 +03:00
parent 45f19be069
commit 14fc4ba5b3
3 changed files with 104 additions and 18 deletions
+8 -2
View File
@@ -1,7 +1,7 @@
{
disko.devices = {
disk = {
my-disk = {
main = {
device = "/dev/vda";
type = "disk";
content = {
@@ -9,13 +9,19 @@
partitions = {
ESP = {
type = "EF00";
size = "500M";
size = "512M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
swap = {
size = "2G";
content = {
type = "swap";
};
};
root = {
size = "100%";
content = {