Update hostnames to match

This commit is contained in:
Aaron Honeycutt 2023-03-09 17:36:33 -07:00
parent 860b41716f
commit fd0debad4b
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.