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 = {
|
# 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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue