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
#|guile |# guile-next guile-colorized guile-readline
#|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
#|shells |# dash-next
#|texinfo |# info-reader
@ -272,7 +273,6 @@
(service dhcp-client-service-type
(dhcp-client-configuration
(interfaces 'all)))
(service tor-service-type)
(simple-service 'extra-hosts
hosts-service-type
(list (host "192.168.100.33" "yumiko.local"
@ -311,7 +311,11 @@
#|Doas configuration services|#
(simple-service 'miscellaneous-permissions doas-service-type
(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
(map (lambda (cmd)
(permit (identity ":wheel")
@ -339,7 +343,7 @@
(command "herd")
(args (map symbol->string
(list action service)))))
'(tor networking wpa-supplicant)
'(networking wpa-supplicant)
'(doc stop start enable status restart disable)))
#|Special file services|#
(service special-files-service-type