diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-08 11:43:49 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-08 11:43:49 +0200 |
| commit | e59d7481e985b4c1d16d7c5140f2b958c3a83ddb (patch) | |
| tree | 00042f3d72f1c40c4e8033480f5f8b801394de6f /system/virtualisation.nix | |
| parent | 929ae35d3473a27315a192c66effb10fe3449703 (diff) | |
Diffstat (limited to 'system/virtualisation.nix')
| -rw-r--r-- | system/virtualisation.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 4737e42..eae69f7 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -1,7 +1,8 @@ -{...}: { +{pkgs, ...}: { virtualisation.docker = { enable = true; autoPrune.enable = true; + package = pkgs.docker_29; }; virtualisation.oci-containers = { backend = "docker"; |
