mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add kernel param to allow discard
This commit is contained in:
parent
6aff8870a3
commit
acb5edb3fb
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ flake-overlays:
|
|||
options snd-hda-intel model=alc255-acer,dell-headset-multi
|
||||
options i8042 nopnp=1
|
||||
'';
|
||||
boot.kernelParams = [ "allow-discards" ];
|
||||
|
||||
# Setup keyfile
|
||||
boot.initrd.secrets = {
|
||||
|
|
Loading…
Reference in a new issue