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