migrate to clan
This commit is contained in:
13
machines/haze/secrets/secrets.nix
Normal file
13
machines/haze/secrets/secrets.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
let
|
||||
keys = import ../../../parts/keys.nix;
|
||||
in
|
||||
{
|
||||
"syncthing-key.pem.age".publicKeys = [
|
||||
keys.hosts.haze
|
||||
keys.rpqt.haze
|
||||
];
|
||||
"syncthing-cert.pem.age".publicKeys = [
|
||||
keys.hosts.haze
|
||||
keys.rpqt.haze
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user