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
|
|
@ -43,7 +43,9 @@ in
|
||||||
]
|
]
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
++ [
|
++ [
|
||||||
(import (sources.lix-module + "/overlay.nix") {inherit (sources) lix;})
|
# TODO
|
||||||
|
# Can't get it build for now
|
||||||
|
# (import (sources.lix-module + "/overlay.nix") {inherit (sources) lix;})
|
||||||
(import ../overlays/nix-monitored.nix)
|
(import ../overlays/nix-monitored.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,8 +62,15 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
lib.mkMerge (map go ns);
|
lib.mkMerge (map go ns);
|
||||||
|
|
||||||
|
allowList = builtins.filter (x: x.ssid == "~");
|
||||||
in
|
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