002: fix sopsFile
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
This commit is contained in:
parent
2e144463b9
commit
7c1bfc85b5
1 changed files with 4 additions and 4 deletions
|
@ -307,7 +307,7 @@ tags: nix, devops
|
|||
{ config, ... }: {
|
||||
# the "ovpn_file" here matches the YAML key above.
|
||||
sops.secrets.ovpn_file = {
|
||||
sopsFile = ../machine-1/secrets.yaml
|
||||
sopsFile = ../secrets/machine-1/secrets.yaml
|
||||
};
|
||||
|
||||
services.openvpn.servers.doll = {
|
||||
|
@ -334,15 +334,15 @@ tags: nix, devops
|
|||
[codeblock::
|
||||
{ config, ... }: {
|
||||
sops.secrets.ovpn_file = {
|
||||
sopsFile = ../machine-1/secrets.yaml
|
||||
sopsFile = ../secrets/machine-1/secrets.yaml
|
||||
};
|
||||
|
||||
# our two new friends
|
||||
sops.secrets.ovpn_username = {
|
||||
sopsFile = ../machine-1/secrets.yaml
|
||||
sopsFile = ../secrets/machine-1/secrets.yaml
|
||||
};
|
||||
sops.secrets.ovpn_password = {
|
||||
sopsFile = ../machine-1/secrets.yaml
|
||||
sopsFile = ../secrets/machine-1/secrets.yaml
|
||||
};
|
||||
|
||||
# this is just how openvpn likes it. no typos.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue