diff options
author | lassulus <git@lassul.us> | 2023-07-08 14:55:56 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-08 14:55:56 +0200 |
commit | 4874f72c5b3500a895def67994113f02f3b622e8 (patch) | |
tree | d50f1b5449aab864c3ec3a7114351ef94f791617 /lass | |
parent | de0db32fb87ad2d382f50fb04f96b4e60a8b2ebd (diff) |
l aergia.r: update disko config
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/aergia/disk.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/aergia/disk.nix b/lass/1systems/aergia/disk.nix index 0ae0892ee..848157729 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 = { |