feat: add attic - a self-hosted nix cache server

This commit is contained in:
Ryan Yin
2024-03-04 01:45:55 +08:00
parent 69a64b209a
commit b4015c2189
7 changed files with 241 additions and 43 deletions

View File

@@ -220,6 +220,12 @@ in {
file = "${mysecrets}/server/alertmanager.env.age";
}
// high_security;
"attic-nix-cache-server.env" =
{
file = "${mysecrets}/server/attic-nix-cache-server.env.age";
}
// high_security;
};
})