diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -322,11 +322,8 @@ | |||
322 | wants = [ "slimlock@gkleen.service" ]; | 322 | wants = [ "slimlock@gkleen.service" ]; |
323 | }; | 323 | }; |
324 | 324 | ||
325 | virtualisation.docker = { | 325 | virtualisation.virtualbox.host = { |
326 | enable = true; | 326 | enable = true; |
327 | storageDriver = "btrfs"; | ||
328 | extraOptions = "--log-driver=journald"; | ||
329 | socketActivation = false; | ||
330 | }; | 327 | }; |
331 | } | 328 | } |
332 | 329 | ||