diff options
| author | Munyoki Kilyungi | 2026-01-14 19:22:18 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2026-01-14 19:36:35 +0300 |
| commit | 53ecc0893a774fa1cc67d469e5bcef3b2d8fd04c (patch) | |
| tree | 0208d0fbadf333a2f45a3744113f9af13dc13327 | |
| parent | 04c2a18f615bc0a387235544433989af2e8cb62b (diff) | |
| download | gn-machines-53ecc0893a774fa1cc67d469e5bcef3b2d8fd04c.tar.gz | |
Add "guix/" to prod container load path.
| -rwxr-xr-x | production-deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh index c8e30fe..8fb3d36 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -3,6 +3,7 @@ # genenetwork-machines --- Guix configuration for genenetwork machines # Copyright © 2022, 2024 Arun Isaac <arunisaac@systemreboot.net> # Copyright © 2024 Frederick Muriuki Muriithi <fredmanglis@protonmail.com> +# Copyright © 2026 Munyoki Kilyungi <me@bonfacemunyoki.com> # # This file is part of genenetwork-machines. # @@ -24,7 +25,8 @@ container_script=$(guix system container \ --network \ - --load-path=. \ + --load-path=./guix/ \ + --load-path=./ \ --verbosity=3 \ --share=/export/guix-containers/genenetwork/var/genenetwork=/var/genenetwork \ --share=/export/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ |
