Add 'with pkgs;'

This commit is contained in:
niten 2023-09-26 15:38:53 -07:00
parent 6ad453e3e0
commit a78e03a374
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];