fix docker insecure package and update flake inputs

This commit is contained in:
Zoty 2026-06-24 11:38:07 -03:00
parent 390b7d07db
commit 3b5c5fb429
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
2 changed files with 49 additions and 46 deletions

View file

@ -68,7 +68,10 @@ in {
JAVA_HOME = "${pkgs-unstable.openjdk8}";
};
virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
package = pkgs-unstable.docker_29;
};
users.users.${username}.extraGroups = [ "docker" ];
};
}