Update configuration.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user