Hardcode disko device
Partitioning config will be device-specific, so the device can be hardcoded for now
This commit is contained in:
parent
743a0f6daa
commit
94e8e98c77
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{device ? throw "Set this to your disk device, e.g. /dev/sda", ...}: {
|
||||
{
|
||||
disko.devices = {
|
||||
disk.main = {
|
||||
inherit device;
|
||||
device = "/dev/nvme0n1";
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
|
Loading…
Reference in a new issue