Deploy root's sops key by default
This commit is contained in:
parent
d5978e4d47
commit
0ce79b62eb
7 changed files with 4 additions and 15 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
usersWithSopsKeys = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
default = [];
|
||||
default = lib.optional (! config.deployment.allowLocalDeployment) "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue