This commit is contained in:
iFargle 2023-09-22 11:27:57 +09:00
parent ee00b3d80f
commit e09d6444c3

View file

@ -6,8 +6,7 @@
content = {
type = "table";
format = "gpt";
partitions = [
{
partitions = [ {
name = "BOOT";
label = "BOOT";
start = "0%";
@ -20,8 +19,7 @@
format = "vfat";
mountpoint = "/boot";
};
}
{
} { # partition 1
name = "ROOT";
label = "ROOT";
size = "100%";
@ -37,21 +35,22 @@
"/root" = {
mountpoint = "/";
mountOptions = [ "compress=zstd" "noatime" ];
};
}; # root
"/home" = {
mountpoint = "/home";
mountOptions = [ "compress=zstd" "noatime" ];
};
}; # home
"/nix" = {
mountpoint = "/nix";
mountOptions = [ "compress=zstd" "noatime" ];
};
};
};
}
];
};
};
};
};
}
}; # nix
}; # subvolumes
}; # content.content
}; # content
} # partition 2
]; # partitions
}; # content
}; # sda
}; # disk
}; # disko.devices
} # root