diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2018-07-15 10:37:48 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2018-07-15 10:37:48 -0700 |
| commit | 210173e0aaeb048963f78d0b1bb201691a42bf0c (patch) | |
| tree | a4c6ba9af00756e2b2d3ea036c4de9f6037bd489 /config-simple.hs | |
| parent | 9534c32025a7c7864598b027a469b54452de714f (diff) | |
propellor spin
Diffstat (limited to 'config-simple.hs')
| -rw-r--r-- | config-simple.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
