pin docker version

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-09 21:10:28 +02:00
parent b8f30fbe4e
commit 2890b49b82
+2 -2
View File
@@ -1,5 +1,5 @@
# Docker is a containerization platform that allows you to run applications in isolated environments called containers.
{config, ...}: {
{config, pkgs, ...}: {
virtualisation.docker.enable = true;
virtualisation.docker.package = pkgs.docker_29;
users.users."${config.var.username}".extraGroups = ["docker"];
}