Need to add pkgs

This commit is contained in:
Lillian Violet 2024-08-17 15:09:29 +02:00
parent 8dab565927
commit 12dc7835a0

View file

@ -34,6 +34,6 @@
}; };
}; };
systemd.services.writefreely = { systemd.services.writefreely = {
path = [openssl]; path = [pkgs.openssl];
}; };
} }