mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Remove unnecessary comments
parent
771fc81d3e
commit
298c085e02
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue