From 3364c410a1368a9d0db605c2d73ef3dbe691ab0d Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 06:19:12 -0800 Subject: [PATCH] updated system config --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9a8c2d4..288e469 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,7 +68,7 @@ }; grub = { enable = true; - device = "nodev"; + #device = "/dev/sdb"; theme = pkgs.nixos-grub2-theme; #useOSProber = true; };