diff --git a/hosts/hazel/default.nix b/hosts/hazel/default.nix index ddf9849..03a0fad 100644 --- a/hosts/hazel/default.nix +++ b/hosts/hazel/default.nix @@ -39,11 +39,10 @@ ]; }; - #boot = { - # loader.grub = { - # enable = true; - # device = "/dev/sda"; - # useOSProber = true; - # }; - #}; + boot = { + loader.grub = { + enable = true; + device = "/dev/sda"; + }; + }; } diff --git a/modules/core/user.nix b/modules/core/user.nix index aa2c3ec..8370132 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -57,7 +57,6 @@ "wheel" ]; shell = pkgs.zsh; - initialPassword = "temporary-password"; }; nix.settings.allowed-users = [ "${username}" ]; }