Compare commits

..

No commits in common. "b9c51f922662b0583764f2ce37919ffb5c1b67a0" and "81bb301ee2f2fb1c9253efc8f840bd19ee585e90" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View file

@ -9,6 +9,5 @@
./jamesdsp.nix
./vscode.nix
./git.nix
./ssh.nix
];
}

View file

@ -1,16 +0,0 @@
{ ... }:
{
home-manager.users.toast = {
programs.ssh = {
enable = true;
matchBlocks = {
"everest" = {
host = "everest";
hostname = "everest.sable-pancake.ts.net";
forwardAgent = true;
};
};
};
};
}