diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index f9a82f3..96ac31d 100644 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -16,7 +16,7 @@ let SSIDpassword = "kR8v&3Qd"; interface = "wlan0"; timezone = "America/Chicago"; - hostname = "nixos-pi4"; + hostname = "pi4"; in { imports = [ @@ -31,6 +31,8 @@ in "flakes" ]; + nix.settings.trusted-users = [ "@wheel" ]; + boot = { kernelPackages = pkgs.linuxPackages_latest; initrd.availableKernelModules = [