From 62d1fb04ac3c440a7b09d5cbe42f8c8f286bcae7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 11 Oct 2024 20:28:31 +0200 Subject: [PATCH] chore: delete file as this option does not exist --- modules/home/security.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home/security.nix b/modules/home/security.nix index 7450388..e69de29 100644 --- a/modules/home/security.nix +++ b/modules/home/security.nix @@ -1,6 +0,0 @@ -{ ... }: -{ - # services = { - # yubikey-touch-detector.enable = true; - # }; -}