diff options
author | nin <nineinchnade@gmail.com> | 2017-01-19 23:37:26 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-19 23:37:26 +0100 |
commit | f017017d58da0da3a745aabee23d05f2278e204d (patch) | |
tree | 15c001186ed273685dac0e62c8a79abe86a83242 | |
parent | 2a34bf50e7e41554af6a74e1b29081924d22cac8 (diff) |
n 1 onondaga: delete redundant hostname
-rw-r--r-- | nin/1systems/onondaga.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nin/1systems/onondaga.nix b/nin/1systems/onondaga.nix index b0810366a..92f316f66 100644 --- a/nin/1systems/onondaga.nix +++ b/nin/1systems/onondaga.nix @@ -21,7 +21,6 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; - networking.hostName = "onondaga"; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Select internationalisation properties. |