summaryrefslogtreecommitdiff
path: root/hosts/luna/configuration.nix
diff options
context:
space:
mode:
authorDominik Kaiser2025-03-01 20:40:17 +0100
committerDominik Kaiser2025-03-01 20:40:17 +0100
commit042905ba87c709bf2a86d5579c9748b65f5f2a06 (patch)
tree39d15e694f533881d28429e5aad3065690f9038a /hosts/luna/configuration.nix
parentbe920eee853c7f0d1f77f0c5d5b1d16d5c6ff711 (diff)
downloadnixos-042905ba87c709bf2a86d5579c9748b65f5f2a06.tar.gz
nixos-042905ba87c709bf2a86d5579c9748b65f5f2a06.zip
Set hostname of luna
Diffstat (limited to 'hosts/luna/configuration.nix')
-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.