summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix9
1 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"