diff --git a/nixos-anywhere/nocix/disk-config.nix b/nixos-anywhere/nocix/disk-config.nix index ded0765..aba7f50 100644 --- a/nixos-anywhere/nocix/disk-config.nix +++ b/nixos-anywhere/nocix/disk-config.nix @@ -3,7 +3,7 @@ { disko.devices = { disk = { - sda = { + root = { device = "/dev/sda"; type = "disk"; content = { @@ -35,7 +35,7 @@ }; }; }; - sdb = { + data = { device = "/dev/sdb"; type = "disk"; content = {