oscar: Add include for untracked ssh_config
For example, this is useful for setting up temporary hosts that I don't want tracked in my config. Sometimes I do this for e.g. vscodium remote SSH.
This commit is contained in:
parent
85940f0474
commit
ee47eb1ed2
|
@ -234,7 +234,9 @@
|
|||
user = "root";
|
||||
};
|
||||
};
|
||||
extraConfig = "";
|
||||
includes = [
|
||||
"config.d/*"
|
||||
];
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
|
|
Loading…
Reference in a new issue