diff options
| -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 |
