From 68aa551be094d344dfdd26996928a4fdaa59284a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 17 Dec 2019 11:00:04 +1000 Subject: [PATCH] Corrected hostname --- hosts/teintidh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/teintidh.nix b/hosts/teintidh.nix index 0eae189..42779d1 100644 --- a/hosts/teintidh.nix +++ b/hosts/teintidh.nix @@ -15,7 +15,7 @@ boot.loader.grub.device = "/dev/sda"; deployment.targetHost = "10.69.0.141"; - networking.hostName = "teinatidh"; # Define your hostname. + networking.hostName = "teintidh"; # Define your hostname. nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz"