nixos: typo in docker option description
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user