From ee3cb5c50f25c47947e2a817dc76c40a6b024f32 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 6 Jul 2022 20:58:38 +0530 Subject: config sync --- configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 37559c0..32c776b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,9 +99,15 @@ in services.atd.enable = true; virtualisation = { - docker.enable = true; + docker = { + enable = true; + # autoPrune = { + # enable = true; + # flags = [ "--volumes" ]; + # }; + }; lxd.enable = false; - virtualbox.host.enable = true; + virtualbox.host.enable = false; #anbox.enable = true; }; -- cgit v1.3.1