feat(BinaryCache): Add host configuration

This commit is contained in:
Tibo De Peuter 2026-03-17 18:40:11 +01:00
parent e3c228ed60
commit a933b7d735
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 50 additions and 0 deletions

View file

@ -59,6 +59,7 @@
Template.modules = [ ./hosts/Template ];
Development.modules = [ ./hosts/Development ];
Testing.modules = [ ./hosts/Testing ];
BinaryCache.modules = [ ./hosts/BinaryCache ];
};
};
}