forked from mirrors/nixpkgs
nixos/containers: correct isNormaUser to isNormalUser
Correct a small spelling slip up
This commit is contained in:
parent
3350c9242b
commit
9edb189fa1
|
@ -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."
|
||||
)
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue