@jaspermayone.com's dotfiles

more work on deploy

+8
+8
hosts/alastor/configuration.nix
··· 115 115 enable = true; 116 116 dates = "weekly"; 117 117 }; 118 + # Use json-file log driver for compatibility with Kamal proxy log rotation 119 + daemon.settings = { 120 + log-driver = "json-file"; 121 + log-opts = { 122 + max-size = "10m"; 123 + max-file = "3"; 124 + }; 125 + }; 118 126 }; 119 127 120 128 # User account