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 in
{ {
boot = { boot = {
loader.systemd-boot.enable = true; loader = {
# loader.raspberryPi.firmwarePackage = kernelBundle.raspberrypifw; systemd-boot.enable = true;
# kernelPackages = kernelBundle.linuxPackages_rpi4; efi.canTouchEfiVariables = false;
loader.efi.canTouchEfiVariables = false; };
plymouth.enable = true;
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
}; };

View File

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