Update configuration.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user