diff options
Diffstat (limited to 'sync/vps.scm')
-rw-r--r-- | sync/vps.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/vps.scm b/sync/vps.scm index 5580de1..1f13415 100644 --- a/sync/vps.scm +++ b/sync/vps.scm @@ -384,6 +384,7 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (snapshots '("tar.gz" "zip")) (clone-prefix (list (string-append "https://" git-domain))) (source-filter (file-append cgit "/lib/cgit/filters/syntax-highlighting.py")) + ;; Use custom: README is markdown (about-filter (file-append cgit "/lib/cgit/filters/about-formatting.sh")) (enable-commit-graph? #t) (enable-follow-links? #t) @@ -405,6 +406,9 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) activation-service-type #~(for-each (lambda (p) (mkdir-p p) + ;; error: cmd is undefined + ;; #´chown -R $user users $p´ + (chown p #$user "users") (chmod p #o755)) '("/srv/http" "/srv/git" |