This commit is contained in:
mjallen18
2025-05-12 11:06:55 -05:00
parent 42a2e79889
commit 92d2edd354
2 changed files with 6 additions and 6 deletions

View File

@@ -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;
};

View File

@@ -77,8 +77,7 @@ in
mutableUsers = false;
users."${user}" = {
isNormalUser = true;
initialPassword = "BogieDudie1";
# hashedPasswordFile = password;
hashedPasswordFile = password;
extraGroups = [
"wheel"
"docker"