mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update hostnames to match
This commit is contained in:
parent
860b41716f
commit
fd0debad4b
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue