programs: ship ssh-to-age

This commit is contained in:
2025-06-02 08:43:54 +00:00
parent 9c39b4346b
commit 474de5c3d7

View File

@@ -186,7 +186,7 @@ in
"snapper"
"sops" # for manually viewing secrets; outside `sane-secrets` (TODO: improve sane-secrets!)
"speedtest-cli"
# "ssh-to-age"
"ssh-to-age" # used when provisioning a new nixos host
"strings"
"sudo"
# "tageditor" # music tagging
@@ -1119,6 +1119,8 @@ in
sqlite.sandbox.method = null; #< TODO: sandbox
ssh-to-age.sandbox.autodetectCliPaths = "existingFile";
# N.B. if you call sshfs-fuse from the CLI -- without `mount.fuse` -- disable sandboxing
sshfs-fuse.sandbox.net = "all";
sshfs-fuse.sandbox.autodetectCliPaths = "parent";