From 1d7e34afaa850fd23256db0b6b8d1191603ff6d1 Mon Sep 17 00:00:00 2001 From: Gerald Mouse Date: Sat, 23 Mar 2024 10:25:04 +0800 Subject: [PATCH] rename dot-vc2 to ston-atl ston stands for stone, a harden server for services, atl is the airport code for atlanta --- lbhost/conf.gitd.nix | 2 +- lbhost/{dot-vc2.nix => ston-atl.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename lbhost/{dot-vc2.nix => ston-atl.nix} (94%) diff --git a/lbhost/conf.gitd.nix b/lbhost/conf.gitd.nix index 63c4423..0da15c6 100644 --- a/lbhost/conf.gitd.nix +++ b/lbhost/conf.gitd.nix @@ -10,7 +10,7 @@ let ; hostname = config.networking.hostName; maybe' = maybe ( - hostname == "dot-vc2" + hostname == "ston-atl" ); in { diff --git a/lbhost/dot-vc2.nix b/lbhost/ston-atl.nix similarity index 94% rename from lbhost/dot-vc2.nix rename to lbhost/ston-atl.nix index 2d0c732..c51432a 100644 --- a/lbhost/dot-vc2.nix +++ b/lbhost/ston-atl.nix @@ -19,7 +19,7 @@ size = 1 * 1024; }]; - networking.hostName = "dot-vc2"; # Define your hostname. + networking.hostName = "ston-atl"; # Define your hostname. # network configuration # dhcpcd is not working well with ipv6, -- 2.11.4.GIT