Missing a Custom ISO for Local Installations #8
@ -7,7 +7,7 @@
|
|||||||
imports = with lib.nixosModules; [disko];
|
imports = with lib.nixosModules; [disko];
|
||||||
|
|
||||||
disko.devices.disk.NixOS = {
|
disko.devices.disk.NixOS = {
|
||||||
device = "/dev/";
|
device = "/dev/nvme0n1";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user