From e2d298ad678cbe820006eff77c6a024f4d4fe6b0 Mon Sep 17 00:00:00 2001 From: Bladesy Date: Wed, 30 Apr 2025 13:26:54 +0100 Subject: [PATCH] fix: add correct disk device path to dk1 --- modules/dk1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dk1.nix b/modules/dk1.nix index f362890..82b460a 100644 --- a/modules/dk1.nix +++ b/modules/dk1.nix @@ -7,7 +7,7 @@ imports = with lib.nixosModules; [disko]; disko.devices.disk.NixOS = { - device = "/dev/"; + device = "/dev/nvme0n1"; type = "disk"; content = { type = "gpt";