tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/ax25/axports: ax25 kernel module check
Robert James Hernandez
7 months ago
249a3dcd
2328a441
+4
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
ax25
axports.nix
+4
nixos/modules/services/networking/ax25/axports.nix
···
115
115
116
116
config = mkIf (enabledAxports != { }) {
117
117
118
118
+
system.requiredKernelConfig = [
119
119
+
(config.lib.kernelConfig.isEnabled "ax25")
120
120
+
];
121
121
+
118
122
environment.etc."ax25/axports" = {
119
123
text = concatStringsSep "\n" (
120
124
mapAttrsToList (