diff options
| author | Dominik Kaiser | 2025-03-01 20:40:17 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-03-01 20:40:17 +0100 |
| commit | 042905ba87c709bf2a86d5579c9748b65f5f2a06 (patch) | |
| tree | 39d15e694f533881d28429e5aad3065690f9038a /hosts/luna/configuration.nix | |
| parent | be920eee853c7f0d1f77f0c5d5b1d16d5c6ff711 (diff) | |
| download | nixos-042905ba87c709bf2a86d5579c9748b65f5f2a06.tar.gz nixos-042905ba87c709bf2a86d5579c9748b65f5f2a06.zip | |
Set hostname of luna
Diffstat (limited to 'hosts/luna/configuration.nix')
| -rw-r--r-- | hosts/luna/configuration.nix | 2 |
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. |
