From affe652154a894b45e4d904bd9a10224cdb60945 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 14 Oct 2024 12:06:27 +0200 Subject: [PATCH] temperance: fix hostname --- hosts/temperance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 715957c..b1b1b32 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -78,7 +78,7 @@ }; other = { system = { - # hostname = "temperance"; + hostname = "temperance"; username = "cr"; };