feat(stolas): add name of NVME device
This commit is contained in:
parent
bdeb5584de
commit
d618890198
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
main = {
|
main = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/disk/by-uuid/TODO";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue