add host haze base nixos config
This commit is contained in:
7
hosts/haze/secrets/secrets.nix
Normal file
7
hosts/haze/secrets/secrets.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
let
|
||||
keys = import ../../../parts/keys.nix;
|
||||
in
|
||||
{
|
||||
"syncthing-key.pem.age".publicKeys = [ keys.hosts.haze ];
|
||||
"syncthing-cert.pem.age".publicKeys = [ keys.hosts.haze ];
|
||||
}
|
||||
Reference in New Issue
Block a user