summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-17 14:20:04 -0400
committerJoey Hess2016-02-17 14:20:04 -0400
commitc5f7e4c43671779fdd6548d1fe658c3d8d61831e (patch)
treeb32194466ab8d6c13a50bf10ceb8da020aedc4db /config-joey.hs
parent0abe166137af8c4339d6324b476a078c7973f177 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 5c3d376b..40d641ac 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -269,6 +269,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
, "--exclude=/home/joey/lib"
, "--exclude=.*/tmp/"
, "--one-file-system"
+ , "--lru-size=128" -- half default, was running out of ram
, Obnam.keepParam [Obnam.KeepDays 7, Obnam.KeepWeeks 4, Obnam.KeepMonths 6]
] Obnam.OnlyClient (Gpg.GpgKeyId "98147487")
`requires` Ssh.userKeys (User "root")