diff --git a/configuration.nix b/configuration.nix index 56d4c1e..9c4d965 100644 --- a/configuration.nix +++ b/configuration.nix @@ -27,7 +27,7 @@ ]; # # 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` # networking.hostId = "32fd1c31";