bos55-nix-config-cicd/modules/services/default.nix
Tibo De Peuter de1ee54b8b
Some checks failed
Build / build (Development) (push) Has been cancelled
Build / Determining hosts to build (push) Failing after 11m22s
Build / build (Testing) (push) Has been cancelled
feat(attic): extract attic to service module, add cache host, configure reverse proxy/DNS
2026-03-17 21:46:44 +01:00

7 lines
63 B
Nix

{
imports = [
./actions
./attic
./openssh
];
}