location provider
This commit is contained in:
parent
fdfa190451
commit
18b2bb46b3
2 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||
};
|
||||
|
||||
location.provider = "geoclue2";
|
||||
|
||||
networking = {
|
||||
hostName = "Skipper";
|
||||
networkmanager = {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
};
|
||||
fstrim.enable = true;
|
||||
fwupd.enable = true;
|
||||
geoclue2.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
gvfs.enable = true;
|
||||
lvm.dmeventd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue