Changed hostname

This commit is contained in:
Kyler Olsen 2025-05-07 21:41:41 -06:00
parent bd0b6bd5b1
commit db6496405c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos-ytd"; # Define your hostname. networking.hostName = "moonk4-l"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.