From 016bd32ae25618e27c67f55f9587dd59f7d44073 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner <contact@ingolf-wagner.de> Date: Tue, 14 Jan 2025 16:06:22 +1300 Subject: [PATCH] :bug: get rid of pmount, havn't used it for years I currently blogs the update --- machines/cherry/configuration.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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;