From: Jakub Czajka Date: Sun, 12 May 2024 12:40:04 +0000 (+0200) Subject: [system] Install nss-certs from %base-packages instead of specifying it explicitly. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=ddbe24aecdebb882e0bd9fa5551203376f2e9063;p=guix.git [system] Install nss-certs from %base-packages instead of specifying it explicitly. --- diff --git a/system.scm b/system.scm index 4c952cf..43f0b52 100644 --- a/system.scm +++ b/system.scm @@ -19,8 +19,7 @@ (use-service-modules desktop) -(use-system-modules nss - setuid) +(use-system-modules setuid) (operating-system (kernel linux-libre) @@ -68,7 +67,6 @@ (packages (append (list gnu-make - nss-certs bluez pulseaudio volume)