mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #179002 from klemensn/move-passwdEntry-type
move passwdEntry type
This commit is contained in:
commit
7c119675a3
3 changed files with 12 additions and 12 deletions
|
@ -192,7 +192,7 @@ in {
|
|||
};
|
||||
|
||||
emergencyAccess = mkOption {
|
||||
type = with types; oneOf [ bool singleLineStr ];
|
||||
type = with types; oneOf [ bool (nullOr (passwdEntry str)) ];
|
||||
visible = false;
|
||||
description = ''
|
||||
Set to true for unauthenticated emergency access, and false for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue