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