operating-systems: buer: Remove unnecessary comments

Luis Guilherme Coelho 2024-11-25 03:31:30 -03:00
parent 771fc81d3e
commit 298c085e02
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 0 additions and 4 deletions

View File

@ -144,7 +144,6 @@
user:root user:root
%base-user-accounts)) %base-user-accounts))
#|System level packages|#
(packages (packages
(list #|admin |# btop inetutils isc-dhcp shadow zzz (list #|admin |# btop inetutils isc-dhcp shadow zzz
#|base |# coreutils diffutils findutils grep patch sed tar which #|base |# coreutils diffutils findutils grep patch sed tar which
@ -172,7 +171,6 @@
#|Allow resolution of '.local' host names with mDNS|# #|Allow resolution of '.local' host names with mDNS|#
(name-service-switch %mdns-host-lookup-nss) (name-service-switch %mdns-host-lookup-nss)
#|Essential system services|#
(essential-services (essential-services
(modify-services (modify-services
(operating-system-default-essential-services this-operating-system) (operating-system-default-essential-services this-operating-system)
@ -182,8 +180,6 @@
(services (list shepherd-service:guix-gc (services (list shepherd-service:guix-gc
shepherd-service:snapshot-@home shepherd-service:snapshot-@home
shepherd-service:timer)))))) shepherd-service:timer))))))
#|System services|#
(services (services
(list #|TTY services|# (list #|TTY services|#
(service virtual-terminal-service-type) (service virtual-terminal-service-type)