2019-08-26 00:32:51 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
2019-08-26 21:24:42 +02:00
|
|
|
---
|
2019-08-26 00:32:51 +02:00
|
|
|
timezone:
|
|
|
|
name: Europe/Berlin
|
2020-03-23 12:36:45 +01:00
|
|
|
tz_UTC: Etc/UTC
|
2019-08-26 00:32:51 +02:00
|
|
|
utc: true
|
|
|
|
path_localtime: /etc/localtime
|
|
|
|
path_zoneinfo: /usr/share/zoneinfo/
|
|
|
|
pkg:
|
|
|
|
name: tzdata
|
2020-03-23 12:36:45 +01:00
|
|
|
dbus:
|
|
|
|
pkg: dbus
|
|
|
|
service: dbus
|
|
|
|
run_service: true
|