Enable geoclue2 and add litellm models and API key vars

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 22:27:49 -06:00
parent 9848701145
commit ee6fa6cd9b
2 changed files with 20 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ lib, ... }:
{
services.dbus.enable = lib.mkDefault true;
services.geoclue2.enable = true;
time.timeZone = null;
services.automatic-timezoned.enable = true;