mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 23:09:22 +08:00
modules.system: fstrim set to weekly (default)
This commit is contained in:
@@ -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 =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user