From 9cd8cb21f94ba0d4e7cd73669db9e99916b48335 Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 21 Sep 2022 18:12:11 +0530 Subject: [PATCH] change hostname --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ea2f6ba..8172b02 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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