attic: nginx+attic cli
This commit is contained in:
parent
51c1ce5812
commit
2d56d35892
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
fqdn = "attic.cache.daniel.sx";
|
fqdn = "attic.cache.daniel.sx";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ pkgs.attic ];
|
environment.systemPackages = [ pkgs.attic-client ];
|
||||||
|
|
||||||
services.atticd = {
|
services.atticd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue