Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

{
  access = { };
  exampleName = { };
  hub = { };
  lab = { };
  nextcloud = { };
}

mods.sops.sopsPath

sops secrets path

Type: string or absolute path

Default: /nix/store/45ciyw58w0hcy0ixw0yzxil70ds9n6y9-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