services.cadvisor.storageDriverPassword

NixOS option

Cadvisor storage driver password. Warning: this password is stored in the world-readable Nix store. It’s recommended to use the storageDriverPasswordFile option since that gives you control over the security of the password. storageDriverPasswordFile also takes precedence over storageDriverPassword.

type: string
Default
"root"
declared in: nixos/modules/services/monitoring/cadvisor.nixView source on NixOS/nixpkgs →