fix: comment
This commit is contained in:
parent
29a5b1a0a5
commit
a407fc1582
|
@ -17,7 +17,6 @@ in {
|
||||||
boot = {
|
boot = {
|
||||||
# Mount / luks device in initrd
|
# Mount / luks device in initrd
|
||||||
# Allow fstrim to work on it.
|
# Allow fstrim to work on it.
|
||||||
# The ! makes this enabled by default
|
|
||||||
initrd = mkIf cfg.disk-encryption-active {
|
initrd = mkIf cfg.disk-encryption-active {
|
||||||
luks.devices."cryptroot" = {
|
luks.devices."cryptroot" = {
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
|
|
Loading…
Reference in a new issue