Fix temporary test

This commit is contained in:
RealStickman 2023-05-06 21:07:00 +02:00
parent e57d6f7e32
commit 3fe6a5ecd3

View File

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