From 22001f34389a17db0a9ec95bc675b4b4cb19a0e6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 Nov 2023 06:22:44 -0300 Subject: Include derived config files in repository --- src/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guix/system.scm') 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") -- cgit v1.2.3