A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #60 from cole-h/docker-db-migrations-first

docker: default to monolithic mode

authored by

Zhaofeng Li and committed by
GitHub
52f956a8 8c8d9d90

-1
-1
flake.nix
··· 101 101 ]; 102 102 config = { 103 103 Entrypoint = [ "${packages.attic-server}/bin/atticd" ]; 104 - Cmd = [ "--mode" "api-server" ]; 105 104 Env = [ 106 105 "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" 107 106 ];