enable agenix by default
This commit is contained in:
parent
5788098c17
commit
a60f7bbbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
agenix = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = "Enable agenix for secrets management";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue