mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: move topology to subfolder
This commit is contained in:
parent
76ec1d9c51
commit
fd0069c626
5 changed files with 3 additions and 2 deletions
|
@ -175,7 +175,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# XXX: WIP: only testing
|
# XXX: WIP: only testing
|
||||||
topology = import ./generate-topology.nix {
|
topology = import ./topology {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
nixosConfigurations = self.nodes;
|
nixosConfigurations = self.nodes;
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
./wireguard-proxy.nix
|
./wireguard-proxy.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
|
|
||||||
./topology.nix
|
../topology/module.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
1
topology/default.nix
Normal file
1
topology/default.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
import ./render.nix
|
Loading…
Add table
Add a link
Reference in a new issue