change hostname

This commit is contained in:
Aditya 2022-09-21 18:12:11 +05:30
parent 11d3b2b3c6
commit 9cd8cb21f9

View file

@ -8,6 +8,9 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
# Hosts file
./hosts.nix
]; ];
# Bootloader. # Bootloader.
@ -16,7 +19,7 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.extraModprobeConfig = "options kvm_intel nested=1"; boot.extraModprobeConfig = "options kvm_intel nested=1";
networking.hostName = "deck"; # Define your hostname. networking.hostName = "bridge"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary # Configure network proxy if necessary