configure boot devices
This commit is contained in:
parent
f3eae6241d
commit
b3cda7c142
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# # even though we have raid 1, we only boot from the first disk with the zfs setup
|
# # even though we have raid 1, we only boot from the first disk with the zfs setup
|
||||||
# boot.loader.grub.devices = [ "/dev/nvme0n1" ];
|
boot.loader.grub.devices = [ "/dev/nvme0n1" ];
|
||||||
# # this was generated with `head -c4 /dev/urandom | od -A none -t x4`
|
# # this was generated with `head -c4 /dev/urandom | od -A none -t x4`
|
||||||
# networking.hostId = "32fd1c31";
|
# networking.hostId = "32fd1c31";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue