bos55-nix-config-cicd/modules/services/default.nix
Tibo De Peuter ffe7572c7d
Some checks failed
Build / build (Development) (push) Has been skipped
Build / Determining hosts to build (push) Failing after 1s
Build / build (Testing) (push) Has been skipped
feat: implement Attic binary cache with remote build support and sops-nix integration
2026-03-17 18:31:43 +01:00

7 lines
63 B
Nix

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