diff options
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 9d317bd..f6e2948 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -39,7 +39,7 @@ ((compose string-trim-right pkg:slurp path) - "src/tld.txt")) + "src/config/tld.txt")) (define +known-hosts+ ((compose pkg:slurp path) |