vnstat: Use UTC in database
This commit is contained in:
parent
8311a2c906
commit
bb5937c686
|
@ -88,6 +88,9 @@
|
||||||
services.smartd.enable = lib.mkDefault true;
|
services.smartd.enable = lib.mkDefault true;
|
||||||
# Network monitoring
|
# Network monitoring
|
||||||
services.vnstat.enable = true;
|
services.vnstat.enable = true;
|
||||||
|
environment.etc."vnstat.conf".text = ''
|
||||||
|
UseUTC=1
|
||||||
|
'';
|
||||||
|
|
||||||
# Support for exotic file systems
|
# Support for exotic file systems
|
||||||
boot.supportedFilesystems = lib.optional config.sbruder.full "ntfs";
|
boot.supportedFilesystems = lib.optional config.sbruder.full "ntfs";
|
||||||
|
|
Loading…
Reference in a new issue