nixos: move geoclue base -> workstation
This commit is contained in:
parent
8a165354f9
commit
27a9e04281
3 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
time.timeZone = "Antarctica/Macquarie";
|
time.timeZone = "Antarctica/Macquarie";
|
||||||
location.provider = "geoclue2";
|
|
||||||
services.geoclue2.enable = true;
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
supportedLocales = ["en_US.UTF-8/UTF-8"];
|
supportedLocales = ["en_US.UTF-8/UTF-8"];
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./dbus.nix
|
./dbus.nix
|
||||||
./gnome-services.nix
|
./gnome-services.nix
|
||||||
|
./geoclue.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
modules/nixos/workstation/services/geoclue.nix
Normal file
4
modules/nixos/workstation/services/geoclue.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
services.geoclue2.enable = true;
|
||||||
|
location.provider = "geoclue2";
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue