diff --git a/hosts/pi5/configuration.nix b/hosts/pi5/configuration.nix index 4e42706..cc2bd2f 100755 --- a/hosts/pi5/configuration.nix +++ b/hosts/pi5/configuration.nix @@ -3,7 +3,6 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { config, lib, pkgs, ... }: - let user = "matt"; password = "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06"; @@ -12,6 +11,7 @@ let interface = "wlan0"; timezone = "America/Chicago"; hostname = "pi5"; + kernelBundle = pkgs.linuxAndFirmware.v6_6_31; in { imports = [