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