configure Password via Colmena
This commit is contained in:
parent
05a89fe0f2
commit
13a9c9f13e
4 changed files with 62 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue