summaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-04-22 14:08:19 +0300
committertoufic ar <contact@toufy.me>2026-04-22 14:08:19 +0300
commitc7349e466fef7ecff5a46b1d0c819975a6bdcb8c (patch)
tree2a3fc53016ae4d0b31d7583171bd4b8e60f4cc17 /secrets.nix
downloadservers-c7349e466fef7ecff5a46b1d0c819975a6bdcb8c.tar.gz
servers-c7349e466fef7ecff5a46b1d0c819975a6bdcb8c.zip
initial commit
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix
new file mode 100644
index 0000000..8d06a77
--- /dev/null
+++ b/secrets.nix
@@ -0,0 +1,11 @@
+{
+ sops = {
+ defaultSopsFile = ./secrets.yaml;
+ defaultSopsFormat = "yaml";
+ age = {
+ sshKeyPaths = ["/root/.ssh/id_ed25519"];
+ keyFile = "/root/.config/sops/age/keys.txt";
+ generateKey = true;
+ };
+ };
+}