diff --git a/nixos/modules/services/misc/docker-registry.nix b/nixos/modules/services/misc/docker-registry.nix index 67580a1c627..d25fd13a77d 100644 --- a/nixos/modules/services/misc/docker-registry.nix +++ b/nixos/modules/services/misc/docker-registry.nix @@ -30,7 +30,7 @@ in { storagePath = mkOption { type = types.path; default = "/var/lib/docker/registry"; - description = "Docker registry strorage path."; + description = "Docker registry storage path."; }; extraConfig = mkOption {