Update disk device in disk.nix file

This commit is contained in:
panotaka
2023-11-21 22:18:47 -04:00
parent e768c78037
commit 9a944eaab0

View File

@@ -3,7 +3,7 @@
disk = {
nvme0n1 = {
type = "disk";
device = "/dev/vda";
device = "/dev/nvme0n1";
content = {
type = "gpt";
partitions = {