From 2c635466607dd742704f7a6311f5311b02b6405b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 26 Nov 2020 19:33:58 -0300 Subject: vps.scm: Use symbols for declaring packages --- sync/vps.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sync') diff --git a/sync/vps.scm b/sync/vps.scm index 890ad25..96049fc 100644 --- a/sync/vps.scm +++ b/sync/vps.scm @@ -73,10 +73,10 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\"")) %base-user-accounts)) (sudoers-file (plain-file "sudoers" sudoers)) (packages - (append (map specification->package - '("git" - "nss-certs" - "rsync")) + (append (map (compose list specification->package+output symbol->string) + '(git + nss-certs + rsync)) %base-packages)) (services (append -- cgit v1.2.3