diff options
| author | Christopher Baines <mail@cbaines.net> | 2025-10-25 10:52:29 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-10-25 10:54:05 +0100 |
| commit | edb1d29cf5b344f2edf268b482861310580d12be (patch) | |
| tree | 5e81ea6bea4d2b0c12d9660c9c94d4d1696346d4 /gnu/services | |
| parent | 3b19d7f548e6ba53a45167a28ef19fd43e398396 (diff) | |
tests: nar-herder: Test the control port.
* gnu/services/guix.scm (nar-herder-shepherd-services): Add missing variables.
* gnu/tests/guix.scm (%nar-herder-os): Have the control server listen on all
interfaces.
(run-nar-herder-test): Test connecting to the control server.
Change-Id: I40949e8adaf0c6491ee56c59d611395a639d497b
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index 5b811491f66..51aaf550bf0 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -961,6 +961,7 @@ ca-certificates.crt file in the system profile." mirror database database-dump host port + control-host control-port storage storage-limit storage-minimum-free-space storage-nar-removal-criteria ttl new-ttl negative-ttl log-level |
