From b97c1f15aff70e4934a54016938f1714d105e0f9 Mon Sep 17 00:00:00 2001 From: ska Date: Fri, 26 Dec 2025 16:21:09 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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