Fix temporary test
This commit is contained in:
parent
5de42c6c60
commit
c83d83ad35
@ -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