1
0
Zander Hawke 1 жил өмнө
parent
commit
bfec9d9f4b

+ 2 - 2
users/thomas/cli/gnupg.nix

@@ -1,4 +1,4 @@
-{ config, pkgs, ... }:
+{ config, lib, pkgs, ... }:
 let
   configHome = "${config.xdg.configHome}/gnupg";
 in
@@ -21,7 +21,7 @@ in
   };
 
   services.gpg-agent = {
-    enable = true;
+    enable = lib.mkDefault true;
     defaultCacheTtl = 600;
     maxCacheTtl = 7200;
     enableExtraSocket = true;