feat: add panopticon(attic cache server)
Signed-off-by: gwg313 <gwg313@pm.me> attic client Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
d4fa506bac
commit
701051522a
10 changed files with 460 additions and 2 deletions
|
|
@ -26,6 +26,7 @@
|
|||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
attic-client
|
||||
ncdu
|
||||
minio-client
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,12 @@
|
|||
user = "root";
|
||||
identityFile = "/home/gwg313/.ssh/colmena/id_ed25519";
|
||||
};
|
||||
|
||||
"vault-tec" = {
|
||||
hostname = "10.1.10.13";
|
||||
user = "root";
|
||||
identityFile = "/home/gwg313/.ssh/colmena/id_ed25519";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue