@@ 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