diff options
author | EuAndreh <eu@euandre.org> | 2023-11-26 06:22:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-26 06:22:54 -0300 |
commit | 22001f34389a17db0a9ec95bc675b4b4cb19a0e6 (patch) | |
tree | db9c8013009963c53abccb6d4bc3029a55969ba5 /src/guix/system.scm | |
parent | Change "src/infrastructure/ => src/" everywhere (diff) | |
download | asami-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.scm | 2 |
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") |