feat: Added cachix

This commit is contained in:
uttarayan21
2024-04-28 05:33:31 +05:30
parent fe00addf7c
commit 26e1ffd399
9 changed files with 323 additions and 79 deletions

6
server/cachix.nix Normal file
View File

@@ -0,0 +1,6 @@
{...}: {
services.cachix-agent = {
enable = true;
name = "mirai";
};
}