ssh config for rune home
This commit is contained in:
parent
80e714e563
commit
321f4ef707
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue