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 {
|
||||
programs.ssh = enabled {
|
||||
matchBlocks."*".setEnv.TERM = "xterm-kitty";
|
||||
|
||||
matchBlocks.robotic = {
|
||||
hostname = "86.105.252.189";
|
||||
user = "rgbcube";
|
||||
port = 2299;
|
||||
setEnv.TERM = "xterm-kitty";
|
||||
identityFile = "~/.ssh/id_rsa";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue