diff options
Diffstat (limited to 'hosts/cloud/secrets.nix')
| -rw-r--r-- | hosts/cloud/secrets.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hosts/cloud/secrets.nix b/hosts/cloud/secrets.nix deleted file mode 100644 index e1d492f..0000000 --- a/hosts/cloud/secrets.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, ... }: -{ - sops.defaultSopsFile = ../../secrets/cloud/secrets.yaml; - sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - - sops.secrets = { - "wg/0xa-mgmt" = { - owner = config.users.users.systemd-network.name; - }; - "wg/0xa-proxy" = { - owner = config.users.users.systemd-network.name; - }; - }; -} |
