summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/luna/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/configuration.nix b/hosts/luna/configuration.nix
index fb17bb7..ee5e287 100644
--- a/hosts/luna/configuration.nix
+++ b/hosts/luna/configuration.nix
@@ -14,7 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- # networking.hostName = "nixos"; # Define your hostname.
+ networking.hostName = "luna";
# 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.