Migrate Jefke to this repo

This commit is contained in:
Pim Kunis 2024-12-01 15:40:51 +01:00
parent 93a0fa6a03
commit 9d96798518
9 changed files with 3752 additions and 70 deletions

View file

@ -42,6 +42,13 @@ inputs @ {
./nixos
];
};
jefke = {
imports = [
(import ./machines).jefke.nixosModule
./nixos
];
};
};
colmenaHive = colmena.lib.makeHive self.outputs.colmena;