summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 718e5423..9d3d8867 100644
--- a/hel.nix
+++ b/hel.nix
@@ -323,6 +323,9 @@
323 323
324 virtualisation.docker = { 324 virtualisation.docker = {
325 enable = true; 325 enable = true;
326 storageDriver = "btrfs";
327 extraOptions = [ "--log-driver=journald"
328 ];
326 }; 329 };
327} 330}
328 331