Fix temporary test

This commit is contained in:
RealStickman 2023-05-06 21:07:00 +02:00 committed by exu
parent 13f52b21cf
commit 9bd73901c5

View File

@ -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";