I currently blogs the update
This commit is contained in:
parent
72ec35cb69
commit
016bd32ae2
1 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue