From 1be53798fb34204f73986f65323769ea181d3611 Mon Sep 17 00:00:00 2001 From: Spencer Rogers Date: Thu, 13 Aug 2020 11:08:05 -0400 Subject: [PATCH] Configure Algo for Flatiron. --- config.cfg | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/config.cfg b/config.cfg index 5172900..893260b 100644 --- a/config.cfg +++ b/config.cfg @@ -6,9 +6,18 @@ # Usernames with leading 0's or containing only numbers should be escaped in double quotes, e.g. "000dan" or "123". # Emails are not allowed users: - - phone - - laptop - - desktop + - avidor.turkewitz + - bob.nadler + - crystal.chang + - drew.price + - frantz.lacarriere + - lorgio.jimenez + - luke.ghenco + - mitch.beebe + - spencer.rogers + - steven.nunez + - tom.milewski + - yann.gregoire ### Review these options BEFORE you run Algo, as they are very difficult/impossible to change after the server is deployed. @@ -73,7 +82,7 @@ block_netbios: true # which case a reboot will take place if necessary at the time specified (as # HH:MM) in the time zone of your Algo server. The default time zone is UTC. unattended_reboot: - enabled: false + enabled: true time: 06:00 ### Advanced users only below this line ###