all: Add allowDiscards to LUKS and enable weekly fstrim
This commit is contained in:
parent
13868e6906
commit
55606b41cc
2 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,6 @@ in
|
|||
PATH = "$PATH:/home/fleaz/bin";
|
||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
||||
|
||||
};
|
||||
|
||||
console.font = consoleFont config.my.highDPI;
|
||||
|
@ -58,6 +57,9 @@ in
|
|||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
# weekly trim
|
||||
services.fstrim.enable = true;
|
||||
|
||||
networking.extraHosts = ''
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue