summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index aaf7103c..67455541 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -712,4 +712,8 @@ in rec {
712 interval=5 712 interval=5
713 ''; 713 '';
714 }; 714 };
715
716 services.haveged = {
717 enable = true;
718 };
715} 719}