Compare commits

...

3 Commits

Author SHA1 Message Date
fc3cc2a887 wildfire: 431 current 2025-07-08 07:41:32 25.05.20250705.29e2900 6.15.4 *
update
wildfire: 432 current  2025-07-08 19:26:58  25.05.20250705.29e2900  6.15.4                          *

update
2025-07-08 19:37:01 +02:00
dd04918131 hurricane: 174 current 2025-07-08 14:38:00 25.05.20250705.29e2900 6.15.4 *
fix ssh in ghostty
2025-07-08 19:36:56 +02:00
33ac2d0d6f hurricane: 173 current 2025-07-08 11:43:02 25.05.20250705.29e2900 6.15.4 *
Fix chsfg VPN
2025-07-08 19:36:54 +02:00
4 changed files with 11 additions and 5 deletions

6
flake.lock generated
View File

@@ -166,11 +166,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1751904574,
"narHash": "sha256-jXkava/9BRiY2JEVmB68mpkFd+JU3BnNbh2RtRBXfTA=",
"lastModified": 1751993800,
"narHash": "sha256-us+8B21loaVOE9AaDxjh0ruZadmDwR/OT829xTNGHlw=",
"owner": "hyprwm",
"repo": "hyprland",
"rev": "bb958a9e139d6ae90d45fe360287d33e229f971e",
"rev": "78e9eddfb6bfbc6b103fc60c9831b23ef252886b",
"type": "github"
},
"original": {

View File

@@ -35,7 +35,7 @@
{
publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
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;
}
];

View File

@@ -35,7 +35,7 @@
# {
# publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4=";
# 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;
# }
# ];

View File

@@ -5,6 +5,12 @@
serverAliveCountMax = 2;
matchBlocks = {
"*" = {
sendEnv = ["TERM"];
setEnv = {
TERM = "xterm-256color"; # Fix ghostty issue
};
};
"d10.csb.brainmill.com" = {
forwardAgent = true;
};