osm: reenable openstreetmap on stroopwafel

This commit is contained in:
Benjamin Yule Bädorf 2024-06-17 15:24:24 +02:00
parent 45d6f56d1d
commit eccda6cd08
Signed by: b12f
GPG key ID: 729956E1124F8F26
3 changed files with 6 additions and 7 deletions

View file

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

View file

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

View file

@ -6,7 +6,7 @@
...
}: {
services.openstreetmap = {
enable = false;
enable = true;
debug = true;
totalRamGb = 14;
};