Try modifying format to new standard
This commit is contained in:
parent
8b6a50b91e
commit
88d65617d6
@ -104,24 +104,24 @@ in {
|
|||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptionOverrides = { AddKeysToAgent = "yes"; };
|
extraOptionOverrides = { AddKeysToAgent = "yes"; };
|
||||||
matchBlocks = [
|
matchBlocks = {
|
||||||
{
|
"gitlab.com" = {
|
||||||
host = "gitlab.com";
|
host = "gitlab.com";
|
||||||
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
||||||
}
|
};
|
||||||
{
|
"github.com" = {
|
||||||
host = "github.com";
|
host = "github.com";
|
||||||
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
||||||
}
|
};
|
||||||
{
|
"gitea.exu.li" = {
|
||||||
host = "gitea.exu.li";
|
host = "gitea.exu.li";
|
||||||
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
||||||
}
|
};
|
||||||
{
|
"aur.archlinux.org" = {
|
||||||
host = "aur.archlinux.org";
|
host = "aur.archlinux.org";
|
||||||
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
identityFile = [ "/home/${user}/.ssh/id_ed25519_git" ];
|
||||||
}
|
};
|
||||||
];
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user