phoebe: Add little ssh config

This commit is contained in:
Payas Relekar 2023-09-28 17:56:01 +05:30
parent 2f0d836439
commit 9167cbb655

View file

@ -37,19 +37,19 @@
kolourpaint # paint for plasma
];
# programs = {
# ssh = {
# enable = true;
# matchBlocks = {
# "ssh.bhankas.org" = {
# user = "gitea";
# hostname = "ssh.bhankas.org";
# identityFile = [ "~/.ssh/id_ed25519" ];
# proxyCommand = "${pkgs.cloudflared}/bin/cloudflared access ssh --hostname %h";
# };
# };
# };
# };
programs = {
ssh = {
enable = true;
matchBlocks = {
"ssh.bhankas.org" = {
user = "gitea";
hostname = "ssh.bhankas.org";
identityFile = [ "~/.ssh/id_ed25519" ];
proxyCommand = "${pkgs.cloudflared}/bin/cloudflared access ssh --hostname %h";
};
};
};
};
gtk = {
enable = true;