Merge pull request #93479 from 06kellyjac/isNormaUser_fix
nixos/containers: correct isNormaUser to isNormalUser
This commit is contained in:
commit
babf365909
@ -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 New Issue
Block a user