This commit is contained in:
Reid 2025-01-09 22:27:53 -08:00
parent efe09d0045
commit 4120f3a090
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 28 additions and 32 deletions

View file

@ -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