~ruther/guix-config

ea2c1b30d1865ee9ad45d07f9956d3ab00833e04 — Rutherther 9 days ago ed7794a
chore: stop blocking codeberg hosts
1 files changed, 0 insertions(+), 7 deletions(-)

M config.scm
M config.scm => config.scm +0 -7
@@ 291,13 291,6 @@
                           (home "/home/fbw"))
                          %default-guix-shared-users))))

              ;; Prevent me from going to Codeberg too often.
              (simple-service 'disable-codeberg
                              hosts-service-type
                              (list
                               (host "127.0.0.1" "www.codeberg.org")
                               (host "127.0.0.1" "codeberg.org")))

              ;; I give up! Let the download binaries run.
              (extra-special-file "/lib64/ld-linux-x86-64.so.2"
                                  (file-append glibc "/lib/ld-linux-x86-64.so.2"))