nixos: typo in docker option description
This commit is contained in:
parent
859e2c53d6
commit
5aa9b72400
@ -30,7 +30,7 @@ in {
|
|||||||
storagePath = mkOption {
|
storagePath = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/lib/docker/registry";
|
default = "/var/lib/docker/registry";
|
||||||
description = "Docker registry strorage path.";
|
description = "Docker registry storage path.";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user