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

@@ -1,5 +1,6 @@
{
pkgs,
attic,
nur-ryan4yin,
...
}: {
@@ -45,6 +46,9 @@
# productivity
caddy # A webserver with automatic HTTPS via Let's Encrypt(replacement of nginx)
croc # File transfer between computers securely and easily
# self-hosted nix cache server
attic.packages.${pkgs.system}.attic-client
];
programs = {