Test variable correctness

This commit is contained in:
RealStickman 2023-05-06 21:05:58 +02:00 committed by exu
parent 3957f9298d
commit 13f52b21cf

View File

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