authelia: set ntp configuration
This commit is contained in:
parent
392b35fcbb
commit
494f1d3504
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,12 @@
|
||||||
|
|
||||||
server.address: "0.0.0.0:9091"
|
server.address: "0.0.0.0:9091"
|
||||||
|
|
||||||
|
ntp:
|
||||||
|
address: 'udp4:/ptbtime1.ptb.de:123'
|
||||||
|
max_desync: '3s'
|
||||||
|
disable_startup_check: false
|
||||||
|
disable_failure: true
|
||||||
|
|
||||||
theme: auto
|
theme: auto
|
||||||
|
|
||||||
log:
|
log:
|
||||||
|
|
|
@ -27,7 +27,6 @@ apt_packages_extra:
|
||||||
dotfiles_vim_vundle_repo_url: "http://192.168.2.42:3000/mirrors/Vundle.vim.git"
|
dotfiles_vim_vundle_repo_url: "http://192.168.2.42:3000/mirrors/Vundle.vim.git"
|
||||||
dotfiles_repo_url: "http://192.168.2.42:3000/mg/dotfiles"
|
dotfiles_repo_url: "http://192.168.2.42:3000/mg/dotfiles"
|
||||||
|
|
||||||
|
|
||||||
### mgrote_restic
|
### mgrote_restic
|
||||||
restic_repository: "//192.168.2.54/restic"
|
restic_repository: "//192.168.2.54/restic"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue