sane-private-unlock-remote: fix ssh sandboxing (hopefully)
This commit is contained in:
@@ -8,12 +8,12 @@ in
|
|||||||
sandbox.net = "all";
|
sandbox.net = "all";
|
||||||
sandbox.extraHomePaths = [
|
sandbox.extraHomePaths = [
|
||||||
".config/sops"
|
".config/sops"
|
||||||
".ssh/id_ed25519"
|
|
||||||
".ssh/id_ed25519.pub"
|
|
||||||
"knowledge/secrets"
|
"knowledge/secrets"
|
||||||
];
|
];
|
||||||
|
sandbox.whitelistSsh = true;
|
||||||
suggestedPrograms = [
|
suggestedPrograms = [
|
||||||
"sane-scripts.secrets-dump"
|
"sane-scripts.secrets-dump"
|
||||||
|
"ssh"
|
||||||
];
|
];
|
||||||
|
|
||||||
configOption = with lib; mkOption {
|
configOption = with lib; mkOption {
|
||||||
|
Reference in New Issue
Block a user