diff --git a/home-manager/common/desktops/plasma6/default.nix b/home-manager/common/desktops/plasma6/default.nix index 265ebd41..473d0724 100644 --- a/home-manager/common/desktops/plasma6/default.nix +++ b/home-manager/common/desktops/plasma6/default.nix @@ -32,8 +32,12 @@ ''; }; settings = { - lat = 52.23; - lng = 21.01; + # WAW + # lat = 52.23; + # lng = 21.01; + # BFL + lat = 35.3; + lng = -119.1; dbusserver = true; geoclue = true; }; diff --git a/nixos/hosts/piaware-rpi4/containers/piaware.nix b/nixos/hosts/piaware-rpi4/containers/piaware.nix index 2d2e60f1..f236faf0 100644 --- a/nixos/hosts/piaware-rpi4/containers/piaware.nix +++ b/nixos/hosts/piaware-rpi4/containers/piaware.nix @@ -4,8 +4,8 @@ image = "ghcr.io/sdr-enthusiasts/docker-piaware:latest"; environment = { FEEDER_ID = "cdca89ee-6612-4707-b0bb-ffb78d156c47"; - LAT = "35.6837777585358"; - LONG = "135.02715404216545"; + LAT = "52.22"; + LONG = "21.01"; RECEIVER_TYPE = "rtlsdr"; TZ = "Asia/Tokyo"; };