diff --git a/disk-config.nix b/disk-config.nix index efab79e..e62cc60 100644 --- a/disk-config.nix +++ b/disk-config.nix @@ -3,7 +3,7 @@ disk = { one = { type = "disk"; - device = "/dev/sda"; + device = "/dev/nvme0n1"; content = { type = "gpt"; partitions = { @@ -31,7 +31,7 @@ }; two = { type = "disk"; - device = "/dev/sdb"; + device = "/dev/nvme0n1"; content = { type = "gpt"; partitions = {