add host haze base nixos config

This commit is contained in:
Romain Paquet 2025-02-10 23:25:25 +01:00
parent 4292814f4c
commit a47014b41a
10 changed files with 208 additions and 0 deletions

View 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 ];
}