refactor(hosts/luna): use default docker package
This commit is contained in:
parent
d89b75d438
commit
0c7bd4fc22
@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker_24
|
||||
docker
|
||||
docker-compose
|
||||
];
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
docker = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
package = pkgs.docker_24;
|
||||
package = pkgs.docker;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user