summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 9d3d8867..a43cc5dc 100644
--- a/hel.nix
+++ b/hel.nix
@@ -324,8 +324,7 @@
324 virtualisation.docker = { 324 virtualisation.docker = {
325 enable = true; 325 enable = true;
326 storageDriver = "btrfs"; 326 storageDriver = "btrfs";
327 extraOptions = [ "--log-driver=journald" 327 extraOptions = "--log-driver=journald";
328 ];
329 }; 328 };
330} 329}
331 330