From b951afac3bb02bbcec7fb2628a3eee84ced21896 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 May 2019 10:54:17 -0300 Subject: Rename hostName from "nixos" to "velhinho-nixos". --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index fe3db65..ff0dfa8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -31,7 +31,7 @@ }; }; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "velhinho-nixos"; # Define your hostname. networking.networkmanager.enable = true; # Auto-upgrade channel -- cgit v1.2.3