volumes
Inex Code 2022-08-13 03:42:09 +04:00
parent 22a21d6f62
commit 18890e9646
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ in
B2_BUCKET = cfg.b2Bucket;
PYTHONPATH = "${pkgs.selfprivacy-graphql-api}/lib/python3.9/site-packages/";
} // config.networking.proxy.envVars;
path = with self.python39Packages; [
path = with pkgs.python39Packages; [
"/var/"
"/var/dkim/"
pkgs.coreutils