Remove default secrets
This commit is contained in:
parent
785af695df
commit
580b903cf5
1 changed files with 2 additions and 2 deletions
|
|
@ -7,14 +7,14 @@
|
|||
description = "Enable sops secrets";
|
||||
};
|
||||
secrets = lib.mkOption {
|
||||
default = {
|
||||
default = { };
|
||||
example = {
|
||||
hub = { };
|
||||
lab = { };
|
||||
${config.conf.username} = { };
|
||||
nextcloud = { };
|
||||
access = { };
|
||||
};
|
||||
example = { };
|
||||
type = with lib.types; attrsOf anything;
|
||||
description = "secrets for sops";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue