operating-systems: buer: Remove tor service, re-add linux-libre documentation

impermanence
Luis Guilherme Coelho 2024-03-20 03:45:35 -03:00
parent d2eb63b0ab
commit 27e3594b7e
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 8 additions and 4 deletions

View File

@ -146,7 +146,8 @@
#|gawk |# gawk #|gawk |# gawk
#|guile |# guile-next guile-colorized guile-readline #|guile |# guile-next guile-colorized guile-readline
#|less |# less #|less |# less
#|linux |# e2fsprogs iproute kmod procps psmisc util-linux #|linux |# e2fsprogs iproute kmod linux-libre-documentation
procps psmisc util-linux
#|man |# man-db man-pages #|man |# man-db man-pages
#|shells |# dash-next #|shells |# dash-next
#|texinfo |# info-reader #|texinfo |# info-reader
@ -272,7 +273,6 @@
(service dhcp-client-service-type (service dhcp-client-service-type
(dhcp-client-configuration (dhcp-client-configuration
(interfaces 'all))) (interfaces 'all)))
(service tor-service-type)
(simple-service 'extra-hosts (simple-service 'extra-hosts
hosts-service-type hosts-service-type
(list (host "192.168.100.33" "yumiko.local" (list (host "192.168.100.33" "yumiko.local"
@ -311,7 +311,11 @@
#|Doas configuration services|# #|Doas configuration services|#
(simple-service 'miscellaneous-permissions doas-service-type (simple-service 'miscellaneous-permissions doas-service-type
(list (permit (identity ":wheel") (list (permit (identity ":wheel")
(setenv `(("GUILE_LOAD_PATH" . #t)))))) (setenv `(("GUILE_LOAD_PATH" . #t))))
(permit (identity ":wheel")
(setenv `(("GUILE_LOAD_PATH" . #t)
("PATH" . #t)))
(command "guix"))))
(simple-service 'text-editors-permissions doas-service-type (simple-service 'text-editors-permissions doas-service-type
(map (lambda (cmd) (map (lambda (cmd)
(permit (identity ":wheel") (permit (identity ":wheel")
@ -339,7 +343,7 @@
(command "herd") (command "herd")
(args (map symbol->string (args (map symbol->string
(list action service))))) (list action service)))))
'(tor networking wpa-supplicant) '(networking wpa-supplicant)
'(doc stop start enable status restart disable))) '(doc stop start enable status restart disable)))
#|Special file services|# #|Special file services|#
(service special-files-service-type (service special-files-service-type