disko: init vanadium configuration

This commit is contained in:
Primrose 2024-12-28 22:08:35 +01:00
parent 8ebb62d287
commit 2adb173076
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 97 additions and 1 deletions

View file

@ -1 +1,6 @@
{ flake.diskoConfigurations.carbon = import ./carbon; }
{
flake.diskoConfigurations = {
carbon = import ./carbon;
vanadium = import ./vanadium;
};
}