aboutsummaryrefslogtreecommitdiff
path: root/secrets/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secrets/default.nix')
-rw-r--r--secrets/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/secrets/default.nix b/secrets/default.nix
deleted file mode 100644
index b9e8c6f..0000000
--- a/secrets/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- age = {
- identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
- secrets = {
- "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age;
- "williams-psk".file = ./williams-psk.age;
- };
- };
-}