Compare commits

...

2 commits

Author SHA1 Message Date
2448bc421a Common: update hhd overlay 2024-01-26 09:46:55 +01:00
1bb7eeb88e Revert "Machines/WinMax2: use linux 6.6"
This reverts commit 70202144a5.
2024-01-26 09:46:21 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,7 @@
# Plymouth doesn't support fractional scaling :(
plymouth.extraConfig = "DeviceScale=2";
kernelPackages = pkgs.linuxPackages_6_6;
kernelPackages = pkgs.linuxPackages_latest;
};
networking.hostName = "WinMax2"; # Define your hostname.

View file

@ -83,9 +83,10 @@
src = pkgs.fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "d50e59afb0180a70cb9ff4204fe589032e6b082f";
hash = "sha256-DczxvbHvTle84sDIJgYfVTMHQqTAXmiEiFa5/L1A++o=";
rev = "8cc8c7143a5f35c6dd0c6036c6058f05220c2834";
hash = "sha256-Jrk7LFCL0kdqFasPRuuEXNtQ5AY34/kJjw8Cqeg8bXc=";
};
version = "1.1.2";
};
}
)