diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 23d57b6..223e5b2 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -43,6 +43,7 @@ # setup hostname and networking stack networking.hostName = "snowbelle"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.hostId = "3e6e7055"; # set timezone time.timeZone = "America/Chicago";