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 = {
|
||||
# Cups scripts for printing (psto...) require awk, sed, grep, ...
|
||||
PATH = config.system.path;
|
||||
PATH = "${config.system.path}/bin";
|
||||
};
|
||||
|
||||
preStart =
|
||||
|
Loading…
Reference in New Issue
Block a user