about summary refs log tree commit diff
path: root/hosts/tahoe/secrets/secrets.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 18:23:20 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-30 17:47:00 -0800
commit5ef0e59e1d9347fce8669a0dda1cab2c0bd32bab (patch)
treea315c8c76e0bac0f5b7d32050aa73c69608925fa /hosts/tahoe/secrets/secrets.nix
parentfeat(modules/sensdms): a module to send an SMS (diff)
downloadworld-5ef0e59e1d9347fce8669a0dda1cab2c0bd32bab.tar.gz
feat(hosts/tahoe): enable `sendsms` module
Diffstat (limited to 'hosts/tahoe/secrets/secrets.nix')
-rw-r--r--hosts/tahoe/secrets/secrets.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix
index fb55bd8..38bb1b0 100644
--- a/hosts/tahoe/secrets/secrets.nix
+++ b/hosts/tahoe/secrets/secrets.nix
@@ -34,4 +34,6 @@ in
   "restic/repo-systems.age".publicKeys = all;
   "rclone/config.ini.age".publicKeys = all;
   "rclone/gcs_service_account.json.age".publicKeys = all;
+
+  "sendsms/config.age".publicKeys = all;
 }