mods.sops.enable
Enable sops secrets
Type: boolean
Default:
true
Example:
false
mods.sops.secrets
secrets for sops
Type: attribute set of anything
Default:
{ }
Example:
{
YOURNAME = { };
access = { };
hub = { };
lab = { };
nextcloud = { };
}
mods.sops.sopsPath
sops secrets path
Type: string or absolute path
Default:
/nix/store/0qnj09776cfg0anbimi4a2hlkj4bk01i-source/example/secrets/secrets.yaml
Example:
"/your/path"
mods.sops.validateSopsFile
Whether to validate the sops file -> set this to false when using full paths
Type: boolean
Default:
true
Example:
false