i forogr
This commit is contained in:
parent
efe09d0045
commit
4120f3a090
6 changed files with 28 additions and 32 deletions
|
@ -68,7 +68,6 @@ in {
|
|||
useXkbConfig = mkDefault true;
|
||||
};
|
||||
|
||||
# set the time zone
|
||||
services.automatic-timezoned.enable = mkDefault true;
|
||||
time.timeZone = mkDefault null; # handled by automatic-timezoned
|
||||
|
||||
|
@ -77,7 +76,6 @@ in {
|
|||
supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||
};
|
||||
|
||||
# set the location
|
||||
location.provider = mkDefault "geoclue2";
|
||||
services.geoclue2 = {
|
||||
enable = mkDefault true;
|
||||
|
@ -90,6 +88,8 @@ in {
|
|||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
programs.nix-ld.enable = mkDefault true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssh mosh
|
||||
unrar unzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue