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