diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 10:54:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 10:54:17 -0300 |
commit | b951afac3bb02bbcec7fb2628a3eee84ced21896 (patch) | |
tree | 816ea635afbc05e35588cc4b0d5d3712ca4e8509 /nixos/configuration.nix | |
parent | Remove commented grub.device configuration. (diff) | |
download | dotfiles-b951afac3bb02bbcec7fb2628a3eee84ced21896.tar.gz dotfiles-b951afac3bb02bbcec7fb2628a3eee84ced21896.tar.xz |
Rename hostName from "nixos" to "velhinho-nixos".
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |