[NixOS] Set up cache server

This commit is contained in:
2023-08-22 17:11:37 -06:00
parent 0fd0490714
commit 83658a0721
8 changed files with 32 additions and 2 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
1896Folsom.duckdns.org:U2FTjvP95qwAJo0oGpvmUChJCgi5zQoG1YisoI08Qoo=

Binary file not shown.

View File

@@ -1,5 +1,6 @@
let keys = (import ../keys.nix);
in
{
"gpg-keys.age".publicKeys = keys.kanivanKeys;
"gpg-keys.age".publicKeys = keys.agenixKeys;
"cache-priv-key.pem.age".publicKeys = keys.agenixKeys;
}