diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 21:20:24 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 21:20:24 +0200 |
| commit | 605202d32e7c10917577eaa5cbb3561ee7976b36 (patch) | |
| tree | 3c691e0062f1d644193d8100036c59336ab2bb7a /system | |
| parent | a35de341b766ef3bd5721bebbb7d3ceb63551909 (diff) | |
Fixed docker
Diffstat (limited to 'system')
| -rw-r--r-- | system/virtualisation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virtualisation.nix b/system/virtualisation.nix index eae69f7..c68c2fe 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -2,7 +2,7 @@ virtualisation.docker = { enable = true; autoPrune.enable = true; - package = pkgs.docker_29; + package = pkgs.unstable.docker_29; }; virtualisation.oci-containers = { backend = "docker"; |
