Compare commits
3 Commits
81da2cc64c
...
fc3cc2a887
Author | SHA1 | Date | |
---|---|---|---|
fc3cc2a887 | |||
dd04918131 | |||
33ac2d0d6f |
6
flake.lock
generated
6
flake.lock
generated
@@ -166,11 +166,11 @@
|
|||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751904574,
|
"lastModified": 1751993800,
|
||||||
"narHash": "sha256-jXkava/9BRiY2JEVmB68mpkFd+JU3BnNbh2RtRBXfTA=",
|
"narHash": "sha256-us+8B21loaVOE9AaDxjh0ruZadmDwR/OT829xTNGHlw=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "hyprland",
|
"repo": "hyprland",
|
||||||
"rev": "bb958a9e139d6ae90d45fe360287d33e229f971e",
|
"rev": "78e9eddfb6bfbc6b103fc60c9831b23ef252886b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
{
|
{
|
||||||
publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
|
publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
|
||||||
allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/64"];
|
allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/64"];
|
||||||
endpoint = "gw1.net.chsfg.se:51831";
|
endpoint = "gw1.net.chsfg.se:51821";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
# {
|
# {
|
||||||
# publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
|
# publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
|
||||||
# allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/48"];
|
# allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/48"];
|
||||||
# endpoint = "gw1.net.chsfg.se:51831";
|
# endpoint = "gw1.net.chsfg.se:51821";
|
||||||
# persistentKeepalive = 25;
|
# persistentKeepalive = 25;
|
||||||
# }
|
# }
|
||||||
# ];
|
# ];
|
||||||
|
@@ -5,6 +5,12 @@
|
|||||||
serverAliveCountMax = 2;
|
serverAliveCountMax = 2;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"*" = {
|
||||||
|
sendEnv = ["TERM"];
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color"; # Fix ghostty issue
|
||||||
|
};
|
||||||
|
};
|
||||||
"d10.csb.brainmill.com" = {
|
"d10.csb.brainmill.com" = {
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user