commit 5cf3a8ee47171b97ad246c8548cd9ec920b48ef3
parent cb63d1292a021363bbc465a82033e616d4fb58d8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 23 Mar 2019 10:21:57 +0100
hokkaido: mails frequency to 1h
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix
@@ -12,7 +12,10 @@
};
profiles.laptop.enable = true;
profiles.media.enable = true;
- profiles.mails.enable = true;
+ profiles.mails = {
+ enable = true;
+ frequency = "hourly";
+ };
programs.podman.enable = true;
home.packages = with pkgs; [
ledger