hydrogen: some minor tweaks for the build to work

This commit is contained in:
Primrose 2025-11-01 19:37:10 +08:00
parent 24d514b9fe
commit 5d367843f8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 11 additions and 2 deletions

View file

@ -62,8 +62,15 @@
};
in
lib.mkMerge (map go ns);
allowList = builtins.filter (x: x.ssid == "~");
in
fromList (import ../../../connectivity/networks.nix);
fromList (
# We only want to use my own network
allowList (
import ../../../connectivity/networks.nix
)
);
};
};