diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-18 22:38:45 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-18 22:38:45 -0800 |
commit | 6f8dc8ecbeae8690a6e92a0a44916e6e17ba950f (patch) | |
tree | d874bc15e52cb201aaac3a82e948061fe93625a0 /nix/modules/secrets.nix | |
parent | f36be340c309f413f095f3ba704b3188c92ffdd9 (diff) |
Diffstat (limited to 'nix/modules/secrets.nix')
-rw-r--r-- | nix/modules/secrets.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/modules/secrets.nix b/nix/modules/secrets.nix index 29e8c4c..d7a229f 100644 --- a/nix/modules/secrets.nix +++ b/nix/modules/secrets.nix @@ -9,6 +9,10 @@ format = "yaml"; path = "${config.sops.defaultSymlinkPath}/mail"; }; + secrets.cloudflare-dns = { + format = "yaml"; + path = "${config.sops.defaultSymlinkPath}/cloudflare-dns"; + }; secrets.digikey = { format = "yaml"; path = "${config.sops.defaultSymlinkPath}/digikey"; |