diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-01 10:04:57 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-01 10:04:57 +0000 |
| commit | 945602c95dbd54c3d952e049e370ece6a7fbff07 (patch) | |
| tree | 1a189eb2497d9b3e413fba1896a7a9e739d9ce1f /machines | |
| parent | 9b2131222a6724ec34af4fefc2cc2a540cdd7773 (diff) | |
clean
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/vm-aarch64.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix index f0ee056..565bab7 100644 --- a/machines/vm-aarch64.nix +++ b/machines/vm-aarch64.nix @@ -5,7 +5,7 @@ ]; system.stateVersion = "24.05"; virtualisation.vmware.guest.enable = true; - virtualisation.docker.enable = true; + virtualisation.docker.enable = false; virtualisation.docker.rootless = { enable = true; setSocketVariable = true; |
