services.cadvisor.storageDriverPasswordFile
NixOS option
File that contains the cadvisor storage driver password. storageDriverPasswordFile takes precedence over storageDriverPassword Warning: when storageDriverPassword is non-empty this defaults to a file in the world-readable Nix store that contains the value of storageDriverPassword. It’s recommended to override this with a path not in the Nix store. Tip: use nixops key management
type: stringdeclared in: nixos/modules/services/monitoring/cadvisor.nixView source on NixOS/nixpkgs →