configure Password via Colmena

This commit is contained in:
Clara Dautermann 2025-04-15 18:49:03 +02:00
parent 05a89fe0f2
commit 13a9c9f13e
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 62 additions and 4 deletions

View file

@ -9,8 +9,9 @@ in {
# set up secret key
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = ../../secrets/wireguard/secrets.yaml;
secrets.wg_private_key = { };
secrets.wg_private_key = {
sopsFile = ../../secrets/wireguard/secrets.yaml;
};
};
networking = {