summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-07-08 14:55:56 +0200
committerlassulus <git@lassul.us>2023-07-08 14:55:56 +0200
commit4874f72c5b3500a895def67994113f02f3b622e8 (patch)
treed50f1b5449aab864c3ec3a7114351ef94f791617
parentde0db32fb87ad2d382f50fb04f96b4e60a8b2ebd (diff)
l aergia.r: update disko config
-rw-r--r--lass/1systems/aergia/disk.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/aergia/disk.nix b/lass/1systems/aergia/disk.nix
index 0ae0892e..84815772 100644
--- a/lass/1systems/aergia/disk.nix
+++ b/lass/1systems/aergia/disk.nix
@@ -10,14 +10,12 @@
partitions = [
{
name = "boot";
- type = "partition";
start = "0";
end = "1M";
part-type = "primary";
flags = ["bios_grub"];
}
{
- type = "partition";
name = "ESP";
start = "1MiB";
end = "1GiB";
@@ -31,7 +29,6 @@
}
{
name = "root";
- type = "partition";
start = "1GiB";
end = "100%";
content = {