Test variable correctness
This commit is contained in:
parent
459d84e842
commit
e57d6f7e32
@ -104,6 +104,8 @@ in {
|
||||
ssh = {
|
||||
enable = true;
|
||||
extraOptionOverrides = { AddKeysToAgent = "yes"; };
|
||||
test = "${builtins.getEnv "HOME"}";
|
||||
test2 = "${builtins.getEnv "XDG_RUNTIME_DIR"}";
|
||||
matchBlocks = [
|
||||
{
|
||||
host = "gitlab.com";
|
||||
|
Reference in New Issue
Block a user