From b3cda7c14249420f4bdcf4caa6c82cf18c793dbe Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 14 May 2025 17:45:14 +0200 Subject: [PATCH] configure boot devices --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";