From 7cb550d9e30f7fbb4a04c544df800327ea2e49ec Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 19 Apr 2020 14:10:51 -0700 Subject: Fix machine hostnames Bash prompts don't show anything beyond the first '.', so this makes them readable --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 0463bc0..2d7fb8f 100644 --- a/default.nix +++ b/default.nix @@ -67,11 +67,11 @@ in rec { ./Que/Website.nix ./Que/Prod.nix ]; - networking.hostName = "prod.que.run"; + networking.hostName = "prod-que"; networking.domain = "que.run"; }; }; - # Production server for musicmeetscomics.com + # Production server for herocomics.app Hero.Prod = buildOS { deps = { herocomics-server = Hero.Server; @@ -84,7 +84,7 @@ in rec { ./Hero/Service.nix ./Hero/Prod.nix ]; - networking.hostName = "prod.herocomics.app"; + networking.hostName = "prod-herocomics"; networking.domain = "herocomcis.app"; }; }; -- cgit v1.2.3