From fd0debad4b1c36be9f863bf2c22588386bf4f514 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 9 Mar 2023 17:36:33 -0700 Subject: [PATCH] Update hostnames to match --- systems/harbinger.nix | 2 +- systems/sovereign.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/harbinger.nix b/systems/harbinger.nix index 018a464..53105e8 100644 --- a/systems/harbinger.nix +++ b/systems/harbinger.nix @@ -69,7 +69,7 @@ security.acme.acceptTerms = true; security.acme.defaults.email = "aaronhoneycutt@proton.me"; - networking.hostName = "nixos-server"; # Define your hostname. + networking.hostName = "harbinger"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. diff --git a/systems/sovereign.nix b/systems/sovereign.nix index 018a464..022f8cf 100644 --- a/systems/sovereign.nix +++ b/systems/sovereign.nix @@ -69,7 +69,7 @@ security.acme.acceptTerms = true; security.acme.defaults.email = "aaronhoneycutt@proton.me"; - networking.hostName = "nixos-server"; # Define your hostname. + networking.hostName = "sovereign"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.