propellor spin

This commit is contained in:
Joey Hess 2014-07-23 11:52:46 -04:00
parent b5ebe61483
commit 7d3c09df5f
Failed to extract signature
2 changed files with 2 additions and 1 deletions

View File

@ -436,6 +436,7 @@ monsters = -- but do want to track their public keys etc.
- - test mail - - test mail
- - test virus filtering - - test virus filtering
- - test http://kitenet.net/~kyle/ (user home dirs) - - test http://kitenet.net/~kyle/ (user home dirs)
- - migrate user cron jobs
-} -}
, host "mouse.kitenet.net" , host "mouse.kitenet.net"
& ipv6 "2001:4830:1600:492::2" & ipv6 "2001:4830:1600:492::2"

View File

@ -347,7 +347,7 @@ githubBackup = propertyList "github-backup box"
in File.hasPrivContent f anyContext in File.hasPrivContent f anyContext
`onChange` File.ownerGroup f "joey" "joey" `onChange` File.ownerGroup f "joey" "joey"
, Cron.niceJob "github-backup run" "30 4 * * *" "joey" , Cron.niceJob "github-backup run" "30 4 * * *" "joey"
"/home/joey/lib/backup" $ intercalate "&" "/home/joey/lib/backup" $ intercalate "&&"
[ "mkdir -p github" [ "mkdir -p github"
, "cd github" , "cd github"
, ". $HOME/.github-keys && github-backup joeyh" , ". $HOME/.github-keys && github-backup joeyh"