Skip to content

Commit 3f8a344

Browse files
/dev/vdb
1 parent 3d688f0 commit 3f8a344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chromebox/chromebox3/disko-chromebox3.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
disk = {
1919
one = {
2020
type = "disk";
21-
device = "/dev/sda";
21+
device = "/dev/vdb"; # --vm-test
22+
#device = "/dev/sda"; # real
2223
content = {
2324
type = "gpt";
2425
partitions = {

0 commit comments

Comments
 (0)