sam: Set hostname

This commit is contained in:
Chandler Swift 2025-07-09 16:01:28 -05:00
parent b933f28c81
commit 1d76564f73
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -27,7 +27,7 @@
# Use latest kernel.
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "sam"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary