forked from mirrors_public/oddlama_nix-config
feat: use upstream topology
This commit is contained in:
parent
8612c339f0
commit
34efe5686e
7 changed files with 274 additions and 47 deletions
|
@ -179,7 +179,9 @@
|
|||
inherit pkgs;
|
||||
modules = [
|
||||
./topology
|
||||
{nixosConfigurations = self.nodes;}
|
||||
{
|
||||
inherit (self) nixosConfigurations;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue