]> git.dkaiser.de - config/nixos.git/commitdiff
Set hostname of luna
authorDominik Kaiser <dominik-kaiser@mailbox.org>
Sat, 1 Mar 2025 19:40:17 +0000 (20:40 +0100)
committerDominik Kaiser <dominik-kaiser@mailbox.org>
Sat, 1 Mar 2025 19:40:17 +0000 (20:40 +0100)
hosts/luna/configuration.nix

index fb17bb7c56ba80b21fc9cae63f3e6c6d082e2208..ee5e28774d040bf86c4f2863885ffc6f3865dcef 100644 (file)
@@ -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.