oops. Fixing the cupsd path. How to set a single path there in the job? I don't know.
svn path=/nixos/trunk/; revision=22174
This commit is contained in:
parent
9e275ffa58
commit
dadd6d63e7
|
@ -129,7 +129,7 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
# Cups scripts for printing (psto...) require awk, sed, grep, ...
|
# Cups scripts for printing (psto...) require awk, sed, grep, ...
|
||||||
PATH = config.system.path;
|
PATH = "${config.system.path}/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
|
|
Loading…
Reference in New Issue