Update configuration.nix

This commit is contained in:
ska
2026-01-03 00:00:42 +00:00
parent 10d8aa83c3
commit 6918c4c77e

View File

@@ -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