🐛 get rid of pmount, havn't used it for years

I currently blogs the update
This commit is contained in:
Ingolf Wagner 2025-01-14 16:06:22 +13:00
parent 72ec35cb69
commit 016bd32ae2
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -142,20 +142,20 @@
}; };
}; };
security.wrappers = { # security.wrappers = {
pmount = { # pmount = {
source = "${pkgs.pmount}/bin/pmount"; # source = "${pkgs.pmount}/bin/pmount";
setuid = true; # setuid = true;
owner = "root"; # owner = "root";
group = "root"; # group = "root";
}; # };
pumount = { # pumount = {
source = "${pkgs.pmount}/bin/pumount"; # source = "${pkgs.pmount}/bin/pumount";
setuid = true; # setuid = true;
owner = "root"; # owner = "root";
group = "root"; # group = "root";
}; # };
}; # };
services.printing.enable = true; services.printing.enable = true;