mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/personal-computer.nix
This commit is contained in:
19
modules/clan/automatic-timezone/default.nix
Normal file
19
modules/clan/automatic-timezone/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
{
|
||||
_class = "clan.service";
|
||||
manifest.name = "automatic-timezone";
|
||||
manifest.description = "Automatic Timezone, using geoclue2 to actually set the timezone";
|
||||
manifest.categories = [ "System" ];
|
||||
|
||||
roles.default = {
|
||||
perInstance.nixosModule =
|
||||
{ lib, ... }:
|
||||
{
|
||||
services.automatic-timezoned.enable = true;
|
||||
services.geoclue2 = {
|
||||
enableDemoAgent = lib.mkForce true;
|
||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user