Test variable correctness
This commit is contained in:
parent
3957f9298d
commit
13f52b21cf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user