Merge pull request #93479 from 06kellyjac/isNormaUser_fix

nixos/containers: correct isNormaUser to isNormalUser
This commit is contained in:
Daniël de Kok
2020-07-19 20:42:17 +02:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ in
(
lib.mkRemovedOptionModule
[ "virtualisation" "containers" "users" ]
"All users with `isNormaUser = true` set now get appropriate subuid/subgid mappings."
"All users with `isNormalUser = true` set now get appropriate subuid/subgid mappings."
)
];