commit f8c6df1f6a49b981ba9a2fdd82250c305e89cc90
parent 54a2f47b902692875fe27d12d26254dba6da5e0f
Author: Luke Willis <lukejw@monastech.xyz>
Date: Sat, 2 May 2026 01:05:08 -0400
moses: Update grub and hosts blacklist
Diffstat:
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/system/moses.scm b/system/moses.scm
@@ -18,6 +18,8 @@
#:use-module (gnu system shadow)
#:use-module (nongnu packages linux)
#:use-module (nongnu system linux-initrd)
+ #:use-module (mt artwork)
+ #:use-module (mt hosts)
#:use-module (mt services)
#:use-module (mt system)
#:use-module (mt packages desktop)
@@ -63,6 +65,12 @@ KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{serial}==\"*vial:f64c2b3c*\",\
(targets '("/boot/efi"))
(theme (grub-theme
(inherit (grub-theme))
+ (image (file-append %mt-artwork
+ "/grub/monochrome-16-10.svg"))
+ (color-normal '((fg . dark-gray)
+ (bg . black)))
+ (color-highlight '((fg . white)
+ (bg . black)))
(resolution '(1920 . 1200))))
(keyboard-layout keyboard-layout)))
@@ -106,8 +114,9 @@ KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{serial}==\"*vial:f64c2b3c*\",\
(list
;; For use with the mt-update script.
(etc-mt-client-service "loquatdev")
- ;; Blacklist the worse parts of the internet
- ;; (etc-hosts-blacklist-service)
+ ;; Blacklist the worst parts of the internet
+ (simple-service 'hosts-blacklist hosts-service-type
+ %hosts-porn-social-only)
;; Allow reconfiguration of my VIAL-based keyboard
(udev-rules-service 'vial-udev-rules
%vial-udev-rules)