Add 'with pkgs;'
This commit is contained in:
parent
6ad453e3e0
commit
a78e03a374
|
@ -206,7 +206,7 @@ in {
|
|||
in {
|
||||
wantedBy = [ "dovecot2.service" ];
|
||||
before = [ "dovecot2.service" ];
|
||||
path = [ dovecot_pigeonhole ];
|
||||
path = with pkgs; [ dovecot_pigeonhole ];
|
||||
serviceConfig = {
|
||||
User = config.services.dovecot2.user;
|
||||
ReadWritePaths = [ sieveDirectory ];
|
||||
|
|
Loading…
Reference in New Issue