🐛 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 = {
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;