Update disk device in disk.nix file
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
disk = {
|
disk = {
|
||||||
nvme0n1 = {
|
nvme0n1 = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/vda";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user