configure boot devices

This commit is contained in:
hodasemi 2025-05-14 17:45:14 +02:00
parent f3eae6241d
commit b3cda7c142

View file

@ -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";