~ruther/guix-config

138728d9ccb2440252fbee90d4db356ab7192a51 — Rutherther a month ago 6a2688c main
chore: for a little bit disable codeberg

make it harder for me to spend so much time commenting on Codeberg.
1 files changed, 9 insertions(+), 0 deletions(-)

M config.scm
M config.scm => config.scm +9 -0
@@ 278,6 278,13 @@
                           (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"))


@@ 286,6 293,7 @@

              ;; Let's use GUI apps from Nixpkgs, because, why not?
              nixos-opengl-driver-service

              (service nix-service-type
                       (nix-configuration
                        (extra-config


@@ 322,6 330,7 @@
                        (minimum-free-swap 10)
                        (prefer-regexp "rustc|rust-analyzer|cargo")
                        (avoid-regexp "emacs")))

              polkit-wheel-service
              (simple-service 'dbus-fwupd
                              dbus-root-service-type