summaryrefslogtreecommitdiff
path: root/hosts/cirrus/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cirrus/secrets.nix')
-rw-r--r--hosts/cirrus/secrets.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/hosts/cirrus/secrets.nix b/hosts/cirrus/secrets.nix
deleted file mode 100644
index df095a7..0000000
--- a/hosts/cirrus/secrets.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, ... }:
-{
- sops.defaultSopsFile = ../../secrets/cirrus/secrets.yaml;
- sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
-
- sops.secrets = {
- "wg/oxalab-seckey" = {
- owner = config.users.users.systemd-network.name;
- };
- "wg/oxaproxy-seckey" = {
- owner = config.users.users.systemd-network.name;
- };
- };
-}