mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Apply setEnv for all hosts
This commit is contained in:
parent
ce3e4e497f
commit
2613e4af27
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
homeConfiguration {
|
homeConfiguration {
|
||||||
programs.ssh = enabled {
|
programs.ssh = enabled {
|
||||||
|
matchBlocks."*".setEnv.TERM = "xterm-kitty";
|
||||||
|
|
||||||
matchBlocks.robotic = {
|
matchBlocks.robotic = {
|
||||||
hostname = "86.105.252.189";
|
hostname = "86.105.252.189";
|
||||||
user = "rgbcube";
|
user = "rgbcube";
|
||||||
port = 2299;
|
port = 2299;
|
||||||
setEnv.TERM = "xterm-kitty";
|
|
||||||
identityFile = "~/.ssh/id_rsa";
|
identityFile = "~/.ssh/id_rsa";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue