summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix9
m---------utils0
2 files changed, 9 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index c3c37b58..aa141572 100644
--- a/odin.nix
+++ b/odin.nix
@@ -283,6 +283,15 @@
283 enable = true; 283 enable = true;
284 }; 284 };
285 285
286 services.rollingDirectories = [
287 { path = "/srv/hlidskjalf";
288 maxSize = "20Gi";
289 }
290 { path = "/srv/media/youtube";
291 maxSize = "50Gi";
292 }
293 ];
294
286 systemd.status-mail = { 295 systemd.status-mail = {
287 recipient = "root@odin.asgard.yggdrasil"; 296 recipient = "root@odin.asgard.yggdrasil";
288 onFailure = [ "nixos-upgrade" 297 onFailure = [ "nixos-upgrade"
diff --git a/utils b/utils
Subproject d24dede086a44c5a771ff2ad6484137e3b466f4 Subproject 82a091e196a9a6cb132ca20aea16a3dc43971ad