1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +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
topology = import ./generate-topology.nix {
topology = import ./topology {
inherit pkgs;
nixosConfigurations = self.nodes;
};