1
0
Fork 0

module(ssh): update file

This commit is contained in:
Antoine Langlois 2024-03-27 14:29:48 +01:00
parent b5a3c2be7d
commit dac990604f
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
2 changed files with 12 additions and 9 deletions

View File

@ -1,10 +1,10 @@
[
./git.nix
./alacritty.nix
./ssh.nix
./hyprlock.nix
./hypridle.nix
./hyprland
./dunst
./waybar
./ssh
./hyprlock.nix
./hypridle.nix
]

View File

@ -22,6 +22,7 @@ in
enable = true;
addKeysToAgent = cfg.addKeysToAgent;
matchBlocks = {
# Git servers
"gitea.antoine-langlois.net" = {
hostname = "gitea.antoine-langlois.net";
user = "git";
@ -35,6 +36,14 @@ in
identityFile = "~/.ssh/${keyNamePrefix}_git";
identitiesOnly = true;
};
"gitlab.com" = {
hostname = "gitlab.com";
user = "git";
identityFile = "~/.ssh/${keyNamePrefix}_git";
identitiesOnly = true;
};
# Servers
"cronos" = {
hostname = "10.0.0.2";
user = "root";
@ -69,12 +78,6 @@ in
identityFile = "~/.ssh/${keyNamePrefix}_bap-runner";
identitiesOnly = true;
};
"bap-gitlab" = {
hostname = "gitlab.com";
user = "git";
identityFile = "~/.ssh/${keyNamePrefix}_git";
identitiesOnly = true;
};
# Wyll
"github-wyll" = {