Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
# enable location service
|
||||
location.provider = "geoclue2";
|
||||
|
||||
# provide location
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||
submissionUrl = "https://beacondb.net/v2/geosubmit";
|
||||
submissionNick = "geoclue";
|
||||
|
||||
appConfig.gammastep = {
|
||||
isAllowed = true;
|
||||
isSystem = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user