Missing a Custom ISO for Local Installations #8

Merged
Bladesy merged 7 commits from feature/add-dk1-iso into master 2025-05-02 11:59:38 +01:00
Showing only changes of commit e2d298ad67 - Show all commits

View File

@ -7,7 +7,7 @@
imports = with lib.nixosModules; [disko];
disko.devices.disk.NixOS = {
device = "/dev/";
device = "/dev/nvme0n1";
type = "disk";
content = {
type = "gpt";