mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hydrogen: some minor tweaks for the build to work
This commit is contained in:
parent
24d514b9fe
commit
5d367843f8
2 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue