Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Feb 7, 2025
1 parent 23fc171 commit f543430
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs-22.url = "github:NixOS/nixpkgs?rev=c91d0713ac476dfb367bbe12a7a048f6162f039c";
nix-topology.url = "github:oddlama/nix-topology";
nix-topology.url = "github:oluceps/nix-topology/dev";
niri = {
url = "github:YaLTeR/niri";
# inputs.nixpkgs.follows = "nixpkgs";
Expand Down
6 changes: 6 additions & 0 deletions topo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ extraLibs:
;
in
{
renderers.elk.overviews = {
networks.enable = true;
services.enable = false;
};

nodes =
(lib.listToAttrs (
map (n: {
Expand All @@ -35,6 +40,7 @@ extraLibs:
value = {
interfaces = lib.concatMapAttrs (target: _: {
"wg-${target}" = {
virtual = true;
physicalConnections = [
{
node = target;
Expand Down

0 comments on commit f543430

Please sign in to comment.