mermet: nebula: sourcephile.fr: adapt to new conventions
[sourcephile-nix.git] / hosts / carotte / security.nix
index af3d09fd3130b6065985c7ddb2bc63efec8b0044..e582910085e263d6b9817e3facbd8e4e746e44aa 100644 (file)
@@ -2,6 +2,7 @@
 {
   security.lockKernelModules = false;
   security.virtualisation.flushL1DataCache = lib.mkForce null;
+  /*
   security.gnupg.agent = {
     keyring."C7BCEA3D090956E7D51E94ADFF53191D9FA89552" = {
       passwordGpg = "gnupg/root.gpg";
@@ -12,4 +13,5 @@
     # This is for removing remote gpg-agent's socket
     StreamLocalBindUnlink yes
   '';
+  */
 }