mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
change hostname
This commit is contained in:
parent
11d3b2b3c6
commit
9cd8cb21f9
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Hosts file
|
||||
./hosts.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -16,7 +19,7 @@
|
|||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
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.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
|
Loading…
Reference in a new issue