Fix temporary test
This commit is contained in:
parent
e57d6f7e32
commit
3fe6a5ecd3
@ -103,9 +103,11 @@ in {
|
|||||||
};
|
};
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptionOverrides = { AddKeysToAgent = "yes"; };
|
extraOptionOverrides = {
|
||||||
test = "${builtins.getEnv "HOME"}";
|
AddKeysToAgent = "yes";
|
||||||
test2 = "${builtins.getEnv "XDG_RUNTIME_DIR"}";
|
test = "${builtins.getEnv "HOME"}";
|
||||||
|
test2 = "${builtins.getEnv "XDG_RUNTIME_DIR"}";
|
||||||
|
};
|
||||||
matchBlocks = [
|
matchBlocks = [
|
||||||
{
|
{
|
||||||
host = "gitlab.com";
|
host = "gitlab.com";
|
||||||
|
Reference in New Issue
Block a user