nixos/ax25/axports: ax25 kernel module check (#432588)

This commit is contained in:
Tristan Ross
2025-09-18 03:52:28 +00:00
committed by GitHub
@@ -115,6 +115,10 @@ in
config = mkIf (enabledAxports != { }) {
system.requiredKernelConfig = [
(config.lib.kernelConfig.isEnabled "ax25")
];
environment.etc."ax25/axports" = {
text = concatStringsSep "\n" (
mapAttrsToList (