From e4d923dd41435c78612713fef76b3e418095f181 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 25 Nov 2024 03:31:30 -0300 Subject: [PATCH] operating-systems: buer: Remove unnecessary comments --- operating-systems/buer.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 8a4b152..76937ab 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -144,7 +144,6 @@ user:root %base-user-accounts)) - #|System level packages|# (packages (list #|admin |# btop inetutils isc-dhcp shadow zzz #|base |# coreutils diffutils findutils grep patch sed tar which @@ -172,7 +171,6 @@ #|Allow resolution of '.local' host names with mDNS|# (name-service-switch %mdns-host-lookup-nss) - #|Essential system services|# (essential-services (modify-services (operating-system-default-essential-services this-operating-system) @@ -182,8 +180,6 @@ (services (list shepherd-service:guix-gc shepherd-service:snapshot-@home shepherd-service:timer)))))) - - #|System services|# (services (list #|TTY services|# (service virtual-terminal-service-type)