summary refs log tree commit diff
path: root/nixos/modules/services/misc/docker-registry.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/docker-registry.nix')
-rw-r--r--nixos/modules/services/misc/docker-registry.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/docker-registry.nix b/nixos/modules/services/misc/docker-registry.nix
index 67580a1c6277..d25fd13a77df 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 {