diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-08-31 17:26:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-08-31 17:26:42 -0400 |
| commit | b769419aafe2331d512e8ae02f5ba925bd5f7185 (patch) | |
| tree | 9d87c7ce5c1738ec20f219c4772e4af9b0b5a7ab | |
| parent | a5cb723e6afb14532a313eea69cfe9ce4f71d059 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 802878a5..39ddaffd 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -470,6 +470,7 @@ keysafe = host "keysafe.joeyh.name" $ props & User.hasSomePassword (User "root") & User.accountFor (User "joey") & User.hasSomePassword (User "joey") + & Sudo.enabledFor (User "joey") iabak :: Host iabak = host "iabak.archiveteam.org" $ props |
