spotlights-macbook-air: Properly set hostname

Oops
This commit is contained in:
Spotlight 2025-02-09 03:08:45 -06:00
parent 7b021c5848
commit 3f25fca598
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -12,10 +12,12 @@
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = false;
};
# GPU enablement
# Asahi Linux support
hardware.asahi = {
peripheralFirmwareDirectory = /boot/asahi;
# GPU enablement
@ -25,11 +27,11 @@
};
networking = {
hostName = "spotlights-macbook-air";
wireless.iwd = {
enable = true;
settings.General.EnableNetworkConfiguration = true;
};
networkmanager.enable = true;
};
environment.systemPackages = with pkgs; [