skip building hopglass

This commit is contained in:
Daniel Frank 2024-12-30 13:36:07 +01:00
commit 4d65b6db08
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
50 changed files with 2716 additions and 3 deletions

View file

@ -1,9 +1,7 @@
{ config, lib, pkgs, ... }:
let
hopglass-fe = (pkgs.callPackage ./pkg-hopglass-fe.nix {
conf = ./hopglass-frontend.config.json;
} );
hopglass-fe = ./hopglass-frontend;
in
{
services.nginx.virtualHosts."map.hamburg.freifunk.net" = {