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:
parent
9020b3e6d5
commit
2670d00728
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue