From 210173e0aaeb048963f78d0b1bb201691a42bf0c Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Sun, 15 Jul 2018 10:37:48 -0700 Subject: propellor spin --- config-simple.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'config-simple.hs') diff --git a/config-simple.hs b/config-simple.hs index 26d1f73b..871791ae 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -92,6 +92,7 @@ standardSystemUnhardened suite arch motd = propertyList "standard system" $ prop & User.accountFor (User "gnusosa") & User.hasSomePassword (User "gnusosa") & Sudo.enabledFor (User "gnusosa") + & User.accountFor (User "git") & Cron.runPropellor (Cron.Times "20 * * * *") -- I don't care for Exim & Apt.removed ["exim4", "exim4-daemon-light", "exim4-config", "exim4-base"] -- cgit v1.3-2-g0d8e