vnstat: Use UTC in database

23.11
Simon Bruder 2023-10-15 17:07:16 +02:00
parent 8311a2c906
commit bb5937c686
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@
services.smartd.enable = lib.mkDefault true;
# Network monitoring
services.vnstat.enable = true;
environment.etc."vnstat.conf".text = ''
UseUTC=1
'';
# Support for exotic file systems
boot.supportedFilesystems = lib.optional config.sbruder.full "ntfs";