1
1
Fork 1
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:
oddlama 2024-03-14 13:07:05 +01:00
parent 76ec1d9c51
commit fd0069c626
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 3 additions and 2 deletions

View file

@ -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;
}; };

View file

@ -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
View file

@ -0,0 +1 @@
import ./render.nix