summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-12-29 11:36:19 -0400
committerJoey Hess2017-12-29 11:36:19 -0400
commit0db0886df498b1f7d6d0c1cc74adaa147978cddb (patch)
tree9bb21c7c33ac67a5a2ed23dbcc3365d8c3085609 /joeyconfig.hs
parent5bd02bc9fccffdfe6072d855b8204cc806d1ccec (diff)
moved from joey-meta
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index f54bd691..fb26ce6c 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -86,13 +86,13 @@ darkstar = host "darkstar.kitenet.net" $ props
& osDebian Unstable X86_64
& ipv6 "2001:4830:1600:187::2"
& Hostname.sane
-
- & User.nuked (User "nosuchuser") User.YesReallyDeleteHome
+ & Apt.serviceInstalledRunning "swapspace"
& JoeySites.dkimMilter
& JoeySites.postfixSaslPasswordClient
-- & JoeySites.alarmClock "*-*-* 7:30" (User "joey")
-- "/usr/bin/timeout 45m /home/joey/bin/goodmorning"
+ & JoeySites.laptopSoftware
& Ssh.userKeys (User "joey") hostContext
[ (SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YoyHxZwG5Eg0yiMTJLSWJ/+dMM6zZkZiR4JJ0iUfP+tT2bm/lxYompbSqBeiCq+PYcSC67mALxp1vfmdOV//LWlbXfotpxtyxbdTcQbHhdz4num9rJQz1tjsOsxTEheX5jKirFNC5OiKhqwIuNydKWDS9qHGqsKcZQ8p+n1g9Lr3nJVGY7eRRXzw/HopTpwmGmAmb9IXY6DC2k91KReRZAlOrk0287LaK3eCe1z0bu7LYzqqS+w99iXZ/Qs0m9OqAPnHZjWQQ0fN4xn5JQpZSJ7sqO38TBAimM+IHPmy2FTNVVn9zGM+vN1O2xr3l796QmaUG1+XLL0shfR/OZbb joey@darkstar")
]