diff options
Diffstat (limited to 'sync/vps.scm')
| -rw-r--r-- | sync/vps.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
