only one disk for lepatus
This commit is contained in:
parent
45ca436342
commit
2ef4253adc
|
@ -1,4 +1,4 @@
|
||||||
{ disks ? [ "/dev/vdb" "/dev/vdc" ], ... }: {
|
{ disks ? [ "/dev/vdb" ] }: {
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
# {{{ Disks
|
# {{{ Disks
|
||||||
disk = {
|
disk = {
|
||||||
|
@ -18,9 +18,7 @@
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
mountOptions = [
|
mountOptions = [ "defaults" ];
|
||||||
"defaults"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue