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
commit babf365909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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."
)
];