From 6918c4c77e12c588725d8bc4dbea649d01a177fd Mon Sep 17 00:00:00 2001 From: ska Date: Sat, 3 Jan 2026 00:00:42 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5f52c0e..e90e488 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,25 +7,17 @@ ]; ############################################################ - # BOOTLOADER - SYSTEMD-BOOT + # BOOTLOADER - SYSTEMD-BOOT + INITRD ############################################################ boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.configurationLimit = 3; - - boot.loader.efi = { - canTouchEfiVariables = false; - efiSysMountPoint = "/boot"; - }; - - ############################################################ - # INITRD - LUKS - ############################################################ + + boot.loader.efi.canTouchEfiVariables = false; + boot.loader.efi.efiSysMountPoint = "/boot"; boot.initrd.systemd.enable = true; - boot.consoleLogLevel = 3; boot.initrd.verbose = false; - boot.loader.timeout = 0; boot.initrd.availableKernelModules = [ "usb_storage" @@ -74,9 +66,11 @@ }; ############################################################ - # NETWORKING / LOCALE + # WIRELESS + LOCALE ############################################################ + hardware.bluetooth.enable = true; + networking.networkmanager.enable = true; services.xserver.xkb.layout = "de"; @@ -97,12 +91,6 @@ LC_TIME = "de_DE.UTF-8"; }; - ############################################################ - # BLUETOOTH - ############################################################ - - hardware.bluetooth.enable = true; - ############################################################ # GARBAGE COLLECTION ############################################################ @@ -120,7 +108,7 @@ }; ############################################################ - # DESKTOP - GNOME OR KDE + # DESKTOP - KDE ############################################################ services.displayManager.sddm.enable = true; @@ -178,9 +166,6 @@ wget openssh - kdePackages.kaccounts-integration - kdePackages.kaccounts-providers - kdePackages.signond kdePackages.sddm-kcm gnome-disk-utility