This commit is contained in:
@@ -19,6 +19,10 @@ in
|
|||||||
../../modules/nix/remote-builder-client.nix
|
../../modules/nix/remote-builder-client.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"docker-28.5.2"
|
||||||
|
];
|
||||||
|
|
||||||
networking.hostName = "docker"; # Define your hostname.
|
networking.hostName = "docker"; # Define your hostname.
|
||||||
# virtualisation.docker.enable = true;
|
# virtualisation.docker.enable = true;
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ in
|
|||||||
# Enable docker-compose
|
# Enable docker-compose
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
docker_25
|
docker
|
||||||
];
|
];
|
||||||
|
|
||||||
# Mount docker persistent data
|
# Mount docker persistent data
|
||||||
|
|||||||
Reference in New Issue
Block a user