This commit is contained in:
zoe 2023-02-16 14:51:28 +01:00
parent 0f4800c412
commit f5d5b561e3
1 changed files with 9 additions and 0 deletions

View File

@ -32,5 +32,14 @@ in
ytdl-path = "yt-dlp";
save-position-on-quit = true;
};
programs.ssh.enable = true;
programs.ssh.matchBlocks = {
"cookie" = {
user = "bat";
forwardX11Trusted = true;
forwardX11 = true;
};
};
};
}