fix docker insecure package and update flake inputs
This commit is contained in:
parent
390b7d07db
commit
3b5c5fb429
2 changed files with 49 additions and 46 deletions
|
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue