modules.system: fstrim set to weekly (default)

This commit is contained in:
2024-01-05 12:41:58 +08:00
parent ea3f4bb00c
commit 2a465b55ec

View File

@@ -19,7 +19,7 @@ inputs:
]; ];
config = config =
{ {
services = { dbus.implementation = "broker"; fstrim = { enable = true; interval = "daily"; }; }; services = { dbus.implementation = "broker"; fstrim.enable = true; };
time.timeZone = "Asia/Shanghai"; time.timeZone = "Asia/Shanghai";
boot = boot =
{ {