Add system.path to PATH instead of overriding
svn path=/nixos/trunk/; revision=23879
This commit is contained in:
parent
ca4b60d059
commit
1319531f28
|
@ -134,10 +134,7 @@ in
|
|||
startOn = "started network-interfaces";
|
||||
stopOn = "stopping network-interfaces";
|
||||
|
||||
environment = {
|
||||
# Cups scripts for printing (psto...) require awk, sed, grep, ...
|
||||
PATH = "${config.system.path}/bin";
|
||||
};
|
||||
path = [ config.system.path ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue