aboutsummaryrefslogtreecommitdiff
" This appends all applicable vim paths to the end of packagepath.  Once we
" have told vim the packagepath vim will add it to the runtimepath for us.
for directory in ["/run/current-system/profile", $HOME . "/.guix-profile", $HOME ."/.guix-home/profile", $GUIX_PROFILE, $GUIX_ENVIRONMENT]
    let vimplugins = directory . "/share/vim/vimfiles"
    if isdirectory(vimplugins)
        let &pp = join([&pp,vimplugins], ',')
    endif
endfor
ces/certbot.scm?id=f6713b55a18e2e1310af772e7556ce803f52e527'>services: certbot: Add server option....Jack Hill 2019-09-16services: certbot: Add --manual-public-ip-logging-ok for manual challenges...Carlo Zancanaro 2019-04-25gnu: certbot: Add support for manual plugin....Julien Lepiller 2019-03-18Correct name and email address for ng0....ng0 2018-04-03services: certbot: Don't try to renew certificates on activation....Clément Lassieur 2018-03-20Correct name and Email for ng0....ng0 2018-02-22services: certbot: Allow to set a deploy hook....Clément Lassieur 2018-02-22services: certbot: Add verbosity....Clément Lassieur 2018-02-22services: certbot: Allow to set RSA key size....Clément Lassieur 2018-02-22services: certbot: Associate one certificate with several domains....Clément Lassieur 2018-02-22services: certbot: Get certbot to run non-interactively....Clément Lassieur 2018-02-22services: certbot: Refactor certbot command....Clément Lassieur 2018-02-22services: certbot: Rename 'host' to 'domain'....Clément Lassieur 2018-02-22services: certbot: Fix indentation....Clément Lassieur 2018-02-22services: certbot: Run certbot twice a day at a random minute....Clément Lassieur 2018-02-22services: certbot: Listen on IPv6....Clément Lassieur 2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur 2017-12-17services: certbot: Fix certbot renewal job....Christopher Baines 2017-11-28services: certbot: Add default value and description....Ludovic Courtès 2017-11-28services: Add certbot service....Andy Wingo