From 8c7853a39db95595ae22d32610bfc2b725238702 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 19 Jun 2024 20:30:56 -0500 Subject: [PATCH] fix hostname --- hosts/pi4/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [