summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index a43cc5dc..6912b079 100644
--- a/hel.nix
+++ b/hel.nix
@@ -325,6 +325,7 @@
325 enable = true; 325 enable = true;
326 storageDriver = "btrfs"; 326 storageDriver = "btrfs";
327 extraOptions = "--log-driver=journald"; 327 extraOptions = "--log-driver=journald";
328 socketActivation = false;
328 }; 329 };
329} 330}
330 331