fixes server ssh config
This commit is contained in:
parent
51e40de74e
commit
81fb202795
3 changed files with 1 additions and 34 deletions
|
|
@ -28,7 +28,7 @@
|
|||
imports = [
|
||||
../modules/fish/server.nix
|
||||
../modules/lazygit
|
||||
../modules/ssh/server.nix
|
||||
../modules/ssh
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
inputs.home-manager.nixosModules.home-manager
|
||||
../../modules/ups
|
||||
../../modules/openssh
|
||||
../../modules/ssh
|
||||
../../modules/jellyfin
|
||||
../../modules/syncthing
|
||||
../../modules/restic
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"dnsc-server" = {
|
||||
hostname = "100.103.199.4";
|
||||
user = "dennis";
|
||||
identityFile = "/Users/dennis/.ssh/id_ed25519";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"dnsc-server-i" = {
|
||||
hostname = "192.168.178.69";
|
||||
user = "dennis";
|
||||
identityFile = "/Users/dennis/.ssh/id_ed25519";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"dnsc-vps-sm" = {
|
||||
hostname = "100.65.82.77";
|
||||
user = "dennis";
|
||||
identityFile = "/Users/dennis/.ssh/id_ed25519";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"dnsc-storage" = {
|
||||
hostname = "u295965.your-storagebox.de";
|
||||
user = "u295965";
|
||||
identityFile = "/Users/dennis/.ssh/id_ed25519";
|
||||
identitiesOnly = true;
|
||||
port = 23;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue