diff --git a/flake.lock b/flake.lock index edcb1da..acc19ea 100644 --- a/flake.lock +++ b/flake.lock @@ -609,16 +609,15 @@ ] }, "locked": { - "lastModified": 1708706677, + "lastModified": 1708750443, "narHash": "sha256-fUIT9v5FGy9KbbPKBVcxw2rwxqLZUVElqTtZWM7FiNI=", - "owner": "b12f", + "owner": "tfc", "repo": "nixos-openstreetmap", - "rev": "9057f546a5762a6b1645a8d4c22f818e29908144", + "rev": "0fd30b016eb838395d85948b9ecf00ff59b4581d", "type": "github" }, "original": { - "owner": "b12f", - "ref": "flake-nixosmodule", + "owner": "tfc", "repo": "nixos-openstreetmap", "type": "github" } diff --git a/flake.nix b/flake.nix index b862191..bdd2edf 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ adblock-unbound.url = "github:MayNiklas/nixos-adblock-unbound"; adblock-unbound.inputs.nixpkgs.follows = "nixpkgs"; - openstreetmap.url = "github:b12f/nixos-openstreetmap/flake-nixosmodule"; + openstreetmap.url = "github:tfc/nixos-openstreetmap"; openstreetmap.inputs.nixpkgs.follows = "nixpkgs"; deno2nix.url = "github:SnO2WMaN/deno2nix"; diff --git a/hosts/stroopwafel/openstreetmap.nix b/hosts/stroopwafel/openstreetmap.nix index 4fba43c..855b419 100644 --- a/hosts/stroopwafel/openstreetmap.nix +++ b/hosts/stroopwafel/openstreetmap.nix @@ -6,7 +6,7 @@ ... }: { services.openstreetmap = { - enable = false; + enable = true; debug = true; totalRamGb = 14; };