diff options
Diffstat (limited to 'data/config.boot.default')
| -rw-r--r-- | data/config.boot.default | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/data/config.boot.default b/data/config.boot.default index db5d11ea1..4145515f1 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -26,13 +26,13 @@ system { config-management { commit-revisions "100" } - console { - device ttyS0 { - speed "115200" - } - } host-name "vyos" login { + operator-group default { + command-policy { + allow "*" + } + } user vyos { authentication { encrypted-password "$6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/" @@ -40,6 +40,9 @@ system { } } } + option { + reboot-on-upgrade-failure 5 + } syslog { local { facility all { |
