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
This commit is contained in:
Eli Ribble 2025-09-29 22:09:28 +00:00
parent 9020b3e6d5
commit 2670d00728

View file

@ -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 = {