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/1an2hnxkxd8401jhjc31cfkr4vlwap65-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