This commit is contained in:
TheWanderingCrow 2025-03-21 13:21:13 +00:00
parent 5048fb3e79
commit f101eb6b2e
6 changed files with 53 additions and 8 deletions

View file

@ -49,7 +49,8 @@
[
./hosts/Parzival
]
++ baseModules;
++ baseModules
++ topology;
};
###################
# Personal Laptop #
@ -148,6 +149,7 @@
{
nixosConfigurations = {
WCE-Overseer = self.nixosConfigurations.WCE-Overseer;
Parzival = self.nixosConfigurations.Parzival;
};
}
];