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