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.enable = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 3;
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
|
|
||||||
boot.loader.efi = {
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
canTouchEfiVariables = false;
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
efiSysMountPoint = "/boot";
|
|
||||||
};
|
|
||||||
|
|
||||||
############################################################
|
|
||||||
# INITRD - LUKS
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.consoleLogLevel = 3;
|
|
||||||
boot.initrd.verbose = false;
|
boot.initrd.verbose = false;
|
||||||
boot.loader.timeout = 0;
|
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
@@ -74,9 +66,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# NETWORKING / LOCALE
|
# WIRELESS + LOCALE
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services.xserver.xkb.layout = "de";
|
services.xserver.xkb.layout = "de";
|
||||||
@@ -97,12 +91,6 @@
|
|||||||
LC_TIME = "de_DE.UTF-8";
|
LC_TIME = "de_DE.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
############################################################
|
|
||||||
# BLUETOOTH
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# GARBAGE COLLECTION
|
# GARBAGE COLLECTION
|
||||||
############################################################
|
############################################################
|
||||||
@@ -120,7 +108,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# DESKTOP - GNOME OR KDE
|
# DESKTOP - KDE
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
services.displayManager.sddm.enable = true;
|
services.displayManager.sddm.enable = true;
|
||||||
@@ -178,9 +166,6 @@
|
|||||||
wget
|
wget
|
||||||
openssh
|
openssh
|
||||||
|
|
||||||
kdePackages.kaccounts-integration
|
|
||||||
kdePackages.kaccounts-providers
|
|
||||||
kdePackages.signond
|
|
||||||
kdePackages.sddm-kcm
|
kdePackages.sddm-kcm
|
||||||
|
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
|
|||||||
Reference in New Issue
Block a user