ssh config for rune home

This commit is contained in:
Chris Toph 2025-02-15 22:16:36 -05:00
parent 80e714e563
commit 321f4ef707

View file

@ -17,6 +17,19 @@
../modules/vm/home.nix
];
# ssh
programs.ssh = {
enable = true;
matchBlocks = {
"git.ryot.foo" = {
identityFile = "~/git/.ssh/git";
};
};
extraConfig = ''
IdentityFile ~/.ssh/pve
'';
};
# Enables app shorcuts
targets.genericLinux.enable = true;
xdg.mime.enable = true;