Compare commits
No commits in common. "b9c51f922662b0583764f2ce37919ffb5c1b67a0" and "81bb301ee2f2fb1c9253efc8f840bd19ee585e90" have entirely different histories.
b9c51f9226
...
81bb301ee2
2 changed files with 0 additions and 17 deletions
|
|
@ -9,6 +9,5 @@
|
||||||
./jamesdsp.nix
|
./jamesdsp.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./ssh.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home-manager.users.toast = {
|
|
||||||
programs.ssh = {
|
|
||||||
enable = true;
|
|
||||||
matchBlocks = {
|
|
||||||
"everest" = {
|
|
||||||
host = "everest";
|
|
||||||
hostname = "everest.sable-pancake.ts.net";
|
|
||||||
forwardAgent = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue