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";
|
description = "Enable sops secrets";
|
||||||
};
|
};
|
||||||
secrets = lib.mkOption {
|
secrets = lib.mkOption {
|
||||||
default = {
|
default = { };
|
||||||
|
example = {
|
||||||
hub = { };
|
hub = { };
|
||||||
lab = { };
|
lab = { };
|
||||||
${config.conf.username} = { };
|
${config.conf.username} = { };
|
||||||
nextcloud = { };
|
nextcloud = { };
|
||||||
access = { };
|
access = { };
|
||||||
};
|
};
|
||||||
example = { };
|
|
||||||
type = with lib.types; attrsOf anything;
|
type = with lib.types; attrsOf anything;
|
||||||
description = "secrets for sops";
|
description = "secrets for sops";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue