Skip to content

Commit

Permalink
hosts/arael: kernel patch for GPL kernel_neon_ APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubgs committed Aug 23, 2023
1 parent 8460f80 commit ec3c2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions hosts/arael/kernel_vanilla_6_3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ buildLinux (args // rec {
kernelPatches = [
{ name = "nanopi_r6s_rk3588s";
patch = ./nanopi_r6s_rk3588s.patch; }
{ name = "export_neon_symbols_as_gpl";
patch = ./export_neon_symbols_as_gpl.patch; }
];
} // (args.argsOverride or { }))
5 changes: 0 additions & 5 deletions hosts/arael/sd-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ in {
services.sshd.enable = true;
networking.firewall.enable = false;

# ZFS "GPL-incompatible module" fix:
# https://github.com/NixOS/nixpkgs/pull/237875
# https://github.com/openzfs/zfs/issues/14555
boot.zfs.removeLinuxDRM = true;

# root autologin etc
users.users.root.password = "root";
services.openssh.settings.PermitRootLogin = lib.mkDefault "yes";
Expand Down

0 comments on commit ec3c2b5

Please sign in to comment.