fix hostname

This commit is contained in:
mjallen18
2024-06-19 20:30:56 -05:00
parent e807cb9ca5
commit 8c7853a39d

View File

@@ -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 = [