Enable fstrim for my ssd.
This commit is contained in:
parent
084983e1e1
commit
c564b4b055
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
|||
options = "caps:escape";
|
||||
};
|
||||
|
||||
# Enable fstrim
|
||||
services.fstrim.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue