diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 16:12:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 16:12:48 -0400 |
| commit | 0f7a2634c49fcb761505b4fd61a158cf0254f7eb (patch) | |
| tree | c584288bba1a7d08e2c644a9aff1c4b59f33dc1f | |
| parent | 8445215c269595151fec76f2b1177e9d6953f521 (diff) | |
update
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 14ceb109..c05144b2 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -165,7 +165,9 @@ hosts = -- (o) ` , let ctx = Context "elephant.kitenet.net" in standardSystem "elephant.kitenet.net" Unstable "amd64" - [ "Storage, big data, and backups, omnomnom!" ] + [ "Storage, big data, and backups, omnomnom!" + , "(Encrypt all data stored here.)" + ] & ipv4 "193.234.225.114" & Grub.chainPVGrub "hd0,0" "xen/xvda1" 30 |
