diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-04 11:24:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-04 11:24:22 -0400 |
| commit | c54ca1fa6f5fca86bf90548dca175b2d97932344 (patch) | |
| tree | 34be740682b0e4dfe321f11ee0d7744110fc3e7b | |
| parent | e23e5f69e907593786768694f40735397d5085de (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 695291d0..68761cc3 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -88,8 +88,8 @@ darkstar = host "darkstar.kitenet.net" $ props & JoeySites.dkimMilter & JoeySites.postfixSaslPasswordClient - & JoeySites.alarmClock "*-*-* 7:30" (User "joey") - "/usr/bin/timeout 45m /home/joey/bin/goodmorning" + -- & JoeySites.alarmClock "*-*-* 7:30" (User "joey") + -- "/usr/bin/timeout 45m /home/joey/bin/goodmorning" & Ssh.userKeys (User "joey") hostContext [ (SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YoyHxZwG5Eg0yiMTJLSWJ/+dMM6zZkZiR4JJ0iUfP+tT2bm/lxYompbSqBeiCq+PYcSC67mALxp1vfmdOV//LWlbXfotpxtyxbdTcQbHhdz4num9rJQz1tjsOsxTEheX5jKirFNC5OiKhqwIuNydKWDS9qHGqsKcZQ8p+n1g9Lr3nJVGY7eRRXzw/HopTpwmGmAmb9IXY6DC2k91KReRZAlOrk0287LaK3eCe1z0bu7LYzqqS+w99iXZ/Qs0m9OqAPnHZjWQQ0fN4xn5JQpZSJ7sqO38TBAimM+IHPmy2FTNVVn9zGM+vN1O2xr3l796QmaUG1+XLL0shfR/OZbb joey@darkstar") ] |
