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 = {
|
disko.devices = {
|
||||||
disk.main = {
|
disk.main = {
|
||||||
inherit device;
|
device = "/dev/nvme0n1";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
|
Loading…
Reference in a new issue