diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-07-06 20:58:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-07-06 20:58:38 +0530 |
| commit | ee3cb5c50f25c47947e2a817dc76c40a6b024f32 (patch) | |
| tree | 507e340f0ef26284deebd52a3949372888beff99 /config | |
| parent | 47d67f1b085bad0e20567332fd2c707df3d42e20 (diff) | |
| download | nixos-config-ee3cb5c50f25c47947e2a817dc76c40a6b024f32.tar.gz nixos-config-ee3cb5c50f25c47947e2a817dc76c40a6b024f32.zip | |
config sync
Diffstat (limited to '')
| m--------- | config/nvim | 0 | ||||
| -rw-r--r-- | configuration.nix | 10 |
2 files changed, 8 insertions, 2 deletions
diff --git a/config/nvim b/config/nvim -Subproject c410b8783002949856b47053b183d937c6f494e +Subproject 96a52f23557715ac4d14922a675be95e63711f4 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; }; |
