hydrogen: +hoot

This commit is contained in:
Primrose 2024-08-19 01:11:59 +02:00
parent 10933a56d2
commit d24e098888
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
14 changed files with 212 additions and 24 deletions

View file

@ -195,7 +195,10 @@ in
# Raspberry Pi 4
hydrogen = {
system = "aarch64-linux";
modules = [ self.nixosModules.i_am_builder ];
modules = [
self.nixosModules.i_am_builder
inputs.hoot.nixosModules.default
];
};
};