Update flake.lock, bump helium, and fix SSH config

Refresh locked revisions in flake.lock to newer commits, update the
helium
AppImage to version 0.12.4.1, and replace the SSH module's matchBlocks
attribute with the new settings attribute.
This commit is contained in:
2026-05-23 15:39:38 +02:00
parent c0d2e8cd47
commit 0a3cff7b74
3 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
fetchurl,
}: let
pname = "helium";
version = "0.12.3.1";
version = "0.12.4.1";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
sha256 = "sha256-VnOhzhAulvFNBB/0AD1d+K/TzfFL9Zwtk/vcm5vWl+I=";
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
};
appimageContents = appimageTools.extract {inherit pname version src;};
+1 -1
View File
@@ -2,7 +2,7 @@
programs.ssh = {
enable = true;
enableDefaultConfig = false;
matchBlocks = {
settings = {
"hp-t640-homeserver" = {
hostname = "192.168.1.156";
user = "${username}";