diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 12:39:11 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 12:39:11 -0400 |
| commit | 359f13323d370a215b3d3fd1f827b422f72bc7ae (patch) | |
| tree | 5c26e3a41ee14e34af87bbc002a0f8597e7698d7 | |
| parent | ac46ab4d0c2df3f2f19c9f45b0a8e22122e3fb59 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 2dca6983..0b71f352 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -101,6 +101,7 @@ hosts = -- (o) ` , "--exclude=/var/tmp" , "--exclude=/home/joey/lib" , "--exclude=.*/tmp/" + , "--one-file-system" ] Obnam.OnlyClient `requires` Gpg.keyImported "98147487" "root" `requires` Ssh.keyImported SshRsa "root" |
