mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.system: disable fstrim
This commit is contained in:
@@ -9,6 +9,8 @@ inputs:
|
||||
acpid.enable = true;
|
||||
# TODO: set ipfs as separate service
|
||||
# kubo = { enable = true; autoMount = true; };
|
||||
# fstrim is enabled by default, disable it
|
||||
fstrim.enable = false;
|
||||
};
|
||||
time.timeZone = "Asia/Shanghai";
|
||||
boot =
|
||||
|
||||
Reference in New Issue
Block a user