From 7fcd4a157e9617772878136093fe2bbb8a5378a1 Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 23 Apr 2025 20:15:52 +0200 Subject: [PATCH] configuration.nix aktualisiert --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index c1d7275..3830b76 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,7 +13,7 @@ ./user-chch.nix ]; - networking.hostName = "chch-elabl-r"; # Define your hostname. + networking.hostName = "$HOSTNAME_HERE"; # Define your hostname. # 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. @@ -35,8 +35,8 @@ # Enable the X11 windowing system. services.xserver.enable = true; - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma6.enable = true; + services.displayManager.sddm.enable = true; + services.desktopManager.plasma6.enable = true;