Skip to content

Commit

Permalink
containers: default to local docker
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 25, 2024
1 parent 9bd2529 commit 03aff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ let
registry = lib.mkOption {
type = types.nullOr types.str;
description = "Registry to push the container to.";
default = "docker://";
default = "docker-daemon:";
};

maxLayers = lib.mkOption {
Expand Down

0 comments on commit 03aff16

Please sign in to comment.