diff --git a/machines/cherry/configuration.nix b/machines/cherry/configuration.nix
index 52fdb5b..105ce19 100644
--- a/machines/cherry/configuration.nix
+++ b/machines/cherry/configuration.nix
@@ -142,20 +142,20 @@
     };
   };
 
-  security.wrappers = {
-    pmount = {
-      source = "${pkgs.pmount}/bin/pmount";
-      setuid = true;
-      owner = "root";
-      group = "root";
-    };
-    pumount = {
-      source = "${pkgs.pmount}/bin/pumount";
-      setuid = true;
-      owner = "root";
-      group = "root";
-    };
-  };
+  #  security.wrappers = {
+  #    pmount = {
+  #      source = "${pkgs.pmount}/bin/pmount";
+  #      setuid = true;
+  #      owner = "root";
+  #      group = "root";
+  #    };
+  #    pumount = {
+  #      source = "${pkgs.pmount}/bin/pumount";
+  #      setuid = true;
+  #      owner = "root";
+  #      group = "root";
+  #    };
+  #  };
 
   services.printing.enable = true;