From 2670d0072863a6eb86dfabbc5f94259bc16b1c1f Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 29 Sep 2025 22:09:28 +0000 Subject: [PATCH] Rename nocix disks to be more descriptive Since I need to replace sda/sdb, but I don't want to do it twice, miss one, and have really confusing behavior --- nixos-anywhere/nocix/disk-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {