Add compose and attic configurations
Add compose directory to store docker/podman compose files for running on the TrueNAS box Add attic configurations to auto-listen on all my home boxes to upload builds Update nix-conf to support reading from the Attic server
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -60,6 +60,7 @@ in
|
||||
"jude-forgejo-runner.age".publicKeys = everyone;
|
||||
"minio.age".publicKeys = everyone;
|
||||
|
||||
"attic.age".publicKeys = everyone;
|
||||
"cache-private-key.age".publicKeys = [
|
||||
jeremiah
|
||||
isaiah
|
||||
@@ -119,4 +120,6 @@ in
|
||||
user_jeremiah
|
||||
user_jude
|
||||
];
|
||||
|
||||
"compose/attic.env.age".publicKeys = everyone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user