mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
fix disko partition for single disk
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
{ disks ? [ ], ... }: {
|
||||
{ disk, ... }: {
|
||||
disk = {
|
||||
boot = {
|
||||
type = "disk";
|
||||
device = builtins.elemAt disks 0;
|
||||
device = disk;
|
||||
content = {
|
||||
type = "table";
|
||||
format = "gpt";
|
||||
|
Reference in New Issue
Block a user