diff --git a/configuration.nix b/configuration.nix index 2c533e3..d175f62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,5 @@ { config, pkgs, lib, ... }: + let secrets = import ./secrets.nix; in { @@ -59,6 +60,11 @@ in { defaults.email = secrets.letsencryptEmail; }; + services.zfs = { + autoScrub.enable = true; + trim.enable = true; + }; + time.timeZone = "UTC"; system.autoUpgrade = {