mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/containers: correct isNormaUser to isNormalUser
Correct a small spelling slip up
This commit is contained in:
parent
3350c9242b
commit
9edb189fa1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue