aboutsummaryrefslogtreecommitdiff
path: root/profiles/noOCSP.nix
blob: a61b9ed12567657d31da64894e25b99b6473da0d (plain)
1
2
3
4
5
{ }: {
  preferences = {
    security.OCSP.enabled = false;
  };
}