diff options
Diffstat (limited to 'profiles/noOCSP.nix')
-rw-r--r-- | profiles/noOCSP.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/noOCSP.nix b/profiles/noOCSP.nix new file mode 100644 index 0000000..a61b9ed --- /dev/null +++ b/profiles/noOCSP.nix @@ -0,0 +1,5 @@ +{ }: { + preferences = { + security.OCSP.enabled = false; + }; +} |