1
0
Fork 0

Remove pmount wrapper

master
dump_stack() 2022-05-11 14:31:54 +00:00
parent ee1d8f3d15
commit 291963f957
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 5 deletions

View File

@ -69,9 +69,4 @@ in {
(writeShellScriptBin "out-of-tree"
"sudo -H -u out-of-tree ${pkgs.out-of-tree}/bin/out-of-tree $@")
];
security.wrappers = {
pmount.source = "${pkgs.pmount}/bin/pmount";
pumount.source = "${pkgs.pmount}/bin/pumount";
};
}