Update configuration.nix

This commit is contained in:
ska
2025-12-26 16:21:09 +00:00
parent 85e94539fe
commit b97c1f15af

View File

@@ -44,7 +44,6 @@
boot.initrd.luks.devices.root = { boot.initrd.luks.devices.root = {
device = "/dev/disk/by-partlabel/nixos-crypt"; device = "/dev/disk/by-partlabel/nixos-crypt";
preLVM = true; preLVM = true;
allowDiscards = true;
}; };
boot.plymouth.enable = true; boot.plymouth.enable = true;
@@ -69,7 +68,6 @@
options = [ options = [
"noatime" "noatime"
"nodiratime" "nodiratime"
"discard"
]; ];
}; };
@@ -107,7 +105,6 @@
############################################################ ############################################################
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true;
############################################################ ############################################################
# DESKTOP - GNOME OR KDE # DESKTOP - GNOME OR KDE