diff options
author | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
commit | 231a08fc73b4e3deddf7437cf6b67d3959b127c8 (patch) | |
tree | 5132456fa2c24092f4a0771946f4115cd8c8cd1b /src/infrastructure/guix/system.scm | |
parent | system.scm: Enforce forward-secrecy cyphers on nginx (diff) | |
download | toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.gz toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.xz |
re 's/servers/server/g'
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
git notes --ref=refs/notes/ci-data show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
Exit status: 128
Duration: 0
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 7e1e04b..d14e5d3 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -319,7 +319,7 @@ trash-cli tree)) (list - packages:servers + packages:server (script "gc" (file "src/infrastructure/scripts/gc.sh")) (script "cicd" (file "src/infrastructure/scripts/cicd.sh")) (script "check" (file "src/infrastructure/scripts/check.sh")) |