pinwheel: Extract ssh module

This commit is contained in:
Alexander Heldt
2023-08-19 10:54:22 +02:00
parent 99c268c651
commit 432662a27f
3 changed files with 54 additions and 41 deletions

View File

@@ -17,23 +17,6 @@
bemenu
];
programs.ssh = {
enable = true;
matchBlocks = {
"sombrero.local" = {
hostname = "192.168.50.200";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-sombrero";
port = 1122;
};
"github.com" = {
hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
};
};
};
programs.git = {
enable = true;
includes = [