mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Add Fydetab Duo
This commit is contained in:
parent
3dac8a8725
commit
d9b0f10475
13 changed files with 10008 additions and 0 deletions
18
fydetab/duo/kernel.nix
Normal file
18
fydetab/duo/kernel.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
linuxPackagesFor,
|
||||
linuxManualConfig,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
linuxPackagesFor (linuxManualConfig rec {
|
||||
version = "6.1.75";
|
||||
modDirVersion = version;
|
||||
src = fetchFromGitHub {
|
||||
owner = "Linux-for-Fydetab-Duo";
|
||||
repo = "linux-rockchip";
|
||||
rev = "74a1657bc526e336ff66add2fa83a0522957c4cb";
|
||||
hash = "sha256-Q0uCxebYw3c5Z/ZxCmTNyEfuYQQcPaw5qpvRTSWdtVo=";
|
||||
};
|
||||
configfile = ./config;
|
||||
config = import ./config.nix;
|
||||
features.netfilterRPFilter = true;
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue