lol

nixos/ax25/axports: ax25 kernel module check

+4
+4
nixos/modules/services/networking/ax25/axports.nix
··· 115 115 116 116 config = mkIf (enabledAxports != { }) { 117 117 118 + system.requiredKernelConfig = [ 119 + (config.lib.kernelConfig.isEnabled "ax25") 120 + ]; 121 + 118 122 environment.etc."ax25/axports" = { 119 123 text = concatStringsSep "\n" ( 120 124 mapAttrsToList (