This commit is contained in:
@@ -19,15 +19,15 @@ in
|
|||||||
../../modules/nix/remote-builder-client.nix
|
../../modules/nix/remote-builder-client.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
# nixpkgs.config.permittedInsecurePackages = [
|
||||||
"docker-28.5.2"
|
# "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 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.docker;
|
package = pkgs.docker_29;
|
||||||
# listenOptions = [
|
# listenOptions = [
|
||||||
# "unix:///var/run/docker.sock"
|
# "unix:///var/run/docker.sock"
|
||||||
# "tcp://0.0.0.0:2375"
|
# "tcp://0.0.0.0:2375"
|
||||||
|
|||||||
Reference in New Issue
Block a user