[NixOS] Set up cache server
This commit is contained in:
BIN
nixos/secrets/cache-priv-key.pem.age
Normal file
BIN
nixos/secrets/cache-priv-key.pem.age
Normal file
Binary file not shown.
1
nixos/secrets/cache-pub-key.pem
Normal file
1
nixos/secrets/cache-pub-key.pem
Normal file
@@ -0,0 +1 @@
|
||||
1896Folsom.duckdns.org:U2FTjvP95qwAJo0oGpvmUChJCgi5zQoG1YisoI08Qoo=
|
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user