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 = {
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