mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: update Disko config
This commit is contained in:
parent
8a45ba36e7
commit
435c683c93
@ -2,23 +2,20 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
disk.primary = {
|
disk.disk1 = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
boot = {
|
boot = {
|
||||||
start = "0";
|
priority = 1;
|
||||||
end = "1MiB";
|
size = "1M";
|
||||||
type = "EF02";
|
type = "EF02";
|
||||||
};
|
};
|
||||||
|
|
||||||
# You can't really have a btrfs-layered boot so this'll have to do.
|
|
||||||
ESP = {
|
ESP = {
|
||||||
priority = 1;
|
size = "500M";
|
||||||
start = "1MiB";
|
|
||||||
end = "256MiB";
|
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
Loading…
Reference in New Issue
Block a user