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