mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
setuid root p{u,}mount
This commit is contained in:
@@ -97,6 +97,11 @@ in with pkgs;
|
|||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
];
|
];
|
||||||
|
|
||||||
|
security.wrappers = {
|
||||||
|
pmount.source = "${pkgs.pmount}/bin/pmount";
|
||||||
|
pumount.source = "${pkgs.pmount}/bin/pumount";
|
||||||
|
};
|
||||||
|
|
||||||
programs.command-not-found.enable = true;
|
programs.command-not-found.enable = true;
|
||||||
programs.java = {
|
programs.java = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user