enable agenix by default

This commit is contained in:
Osman Faruk Bayram 2025-10-21 21:29:21 +03:00
parent 5788098c17
commit a60f7bbbb8

View file

@ -54,7 +54,7 @@
agenix = {
enable = lib.mkOption {
type = lib.types.bool;
default = false;
default = true;
description = "Enable agenix for secrets management";
};
};