From 9a58fdcfb30604a492f63b935c6ada9b95a3b9ec Mon Sep 17 00:00:00 2001 From: Nichkara Date: Thu, 4 Sep 2025 17:55:17 +0200 Subject: [PATCH] Change hostname to amelia per default --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index cb2279a..dd493b0 100755 --- a/configuration.nix +++ b/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 = "amelia"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -48,7 +48,7 @@ variant = ""; }; - # Gnome configuration + # DE/WM configuration services.xserver.enable = true; services.xserver.displayManager.sddm.enable = true; services.xserver.displayManager.sddm.wayland.enable = true;