aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-04-22 20:35:03 +0300
committerMunyoki Kilyungi2025-04-22 20:38:21 +0300
commit9eae98f11d1b20a13c4b6d4148cb94d0ab923d4d (patch)
tree91007c138451b02e7c9109befba9f42cf2fb2fed
parent13cf51b269d07cefd2e6614fc6a8176a454b936c (diff)
downloadgn-machines-9eae98f11d1b20a13c4b6d4148cb94d0ab923d4d.tar.gz
Make "/etc/genenetwork/conf" writable by gn2, gn3 and gn-auth.
-rw-r--r--genenetwork-local-container.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm
index e839ccb..dd9976c 100644
--- a/genenetwork-local-container.scm
+++ b/genenetwork-local-container.scm
@@ -335,7 +335,7 @@ described by CONFIG, a <genenetwork-configuration> object."
(target source)
(writable? #t))
(file-system-mapping
- (source gn2-secrets)
+ (source "/etc/genenetwork/conf")
(target source)
(writable? #t)))
#:namespaces (delq 'net %namespaces))
@@ -390,7 +390,7 @@ described by CONFIG, a <genenetwork-configuration> object."
(source xapian-db-path)
(target source))
(file-system-mapping
- (source "/etc/genenetwork/conf/gn3")
+ (source "/etc/genenetwork/conf")
(target source)
(writable? #t))
(file-system-mapping
@@ -439,7 +439,7 @@ described by CONFIG, a <genenetwork-configuration> object."
(target source)
(writable? #t))
(file-system-mapping
- (source gn-auth-secrets)
+ (source "/etc/genenetwork/conf")
(target source)
(writable? #t)))
#:namespaces (delq 'net %namespaces))