From b769419aafe2331d512e8ae02f5ba925bd5f7185 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Aug 2016 17:26:42 -0400 Subject: propellor spin --- joeyconfig.hs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3-2-g0d8e