diff --git a/hosts/pi4/boot.nix b/hosts/pi4/boot.nix index 163b30f..fa9eb16 100755 --- a/hosts/pi4/boot.nix +++ b/hosts/pi4/boot.nix @@ -4,10 +4,11 @@ let in { boot = { - loader.systemd-boot.enable = true; - # loader.raspberryPi.firmwarePackage = kernelBundle.raspberrypifw; - # kernelPackages = kernelBundle.linuxPackages_rpi4; - loader.efi.canTouchEfiVariables = false; + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = false; + }; + plymouth.enable = true; kernelPackages = pkgs.linuxPackages_latest; }; diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index e562a6f..cf2bcfc 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -77,8 +77,7 @@ in mutableUsers = false; users."${user}" = { isNormalUser = true; - initialPassword = "BogieDudie1"; -# hashedPasswordFile = password; + hashedPasswordFile = password; extraGroups = [ "wheel" "docker"