1
Fork 0
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:
RGBCube 2023-12-16 11:13:53 +03:00
parent ce3e4e497f
commit 2613e4af27
No known key found for this signature in database

View file

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