aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 14:41:36 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 15:06:51 -0300
commit2bbe3fd19e1f057a7129365cdb4ef5e9336e977e (patch)
tree629054488757080873a557ab31ae89c537fa2605 /src/infrastructure/guix/system.scm
parentrc.sh: Conditionally "mkdir -p $XDG_*" (diff)
downloadtoph-2bbe3fd19e1f057a7129365cdb4ef5e9336e977e.tar.gz
toph-2bbe3fd19e1f057a7129365cdb4ef5e9336e977e.tar.xz
src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) and report(8) scripts
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e git notes --ref=refs/notes/ci-data show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Exit status: 128 Duration: 0
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r--src/infrastructure/guix/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 9257cc6..277f85a 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -418,6 +418,7 @@
("id_rsa.pub" ,(plain-file "id_rsa.pub" (file (fmt "src/infrastructure/keys/SSH/root@~a.id_rsa.pub.stripped" tld))))
("ssh.conf" ,(plain-file "ssh.conf" (file "src/infrastructure/config/ssh.conf")))
("init.scm" ,(plain-file "init.scm" (file "src/infrastructure/config/init.scm")))
+ ("conf.env" ,(plain-file "conf.env" (file "src/infrastructure/config/conf.env")))
("gitconfig" ,(plain-file "gitconfig" (file "src/infrastructure/config/gitconfig")))))
(service git-daemon-service-type
(git-daemon-configuration