summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 20:11:31 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 20:11:31 +0200
commitc94a2c54182e32e165a540be7d6231a69f94888d (patch)
treee43dc98e61d4b3d12e6c3a4c92ee884b415da06f /hel.nix
parent187cb2b41d3b1cf5e87c01f6f6ddbf51edacb248 (diff)
downloadnixos-c94a2c54182e32e165a540be7d6231a69f94888d.tar
nixos-c94a2c54182e32e165a540be7d6231a69f94888d.tar.gz
nixos-c94a2c54182e32e165a540be7d6231a69f94888d.tar.bz2
nixos-c94a2c54182e32e165a540be7d6231a69f94888d.tar.xz
nixos-c94a2c54182e32e165a540be7d6231a69f94888d.zip
btrfs storage & journald logging
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