summaryrefslogtreecommitdiff
path: root/src/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-26 06:22:44 -0300
committerEuAndreh <eu@euandre.org>2023-11-26 06:22:54 -0300
commit22001f34389a17db0a9ec95bc675b4b4cb19a0e6 (patch)
treedb9c8013009963c53abccb6d4bc3029a55969ba5 /src/guix/system.scm
parentChange "src/infrastructure/ => src/" everywhere (diff)
downloadasami-22001f34389a17db0a9ec95bc675b4b4cb19a0e6.tar.gz
asami-22001f34389a17db0a9ec95bc675b4b4cb19a0e6.tar.xz
Include derived config files in repository
Diffstat (limited to 'src/guix/system.scm')
-rw-r--r--src/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index 5e16737..53c5922 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -46,7 +46,7 @@
(define +tld+
(string-trim-right
- (slurp (path "tld.txt"))))
+ (file "src/config/tld.txt")))
(define +ipv4+ "216.238.73.1")
(define +ipv6+ "2001:19f0:b400:1582:5400:04ff:fea9:370e")