Move all nixos-modules to options.qois

This commit is contained in:
Fabian Hauser 2025-03-21 19:19:37 +02:00
parent 9088ef8a04
commit d49f58265f
10 changed files with 21 additions and 21 deletions

View file

@ -10,7 +10,7 @@
with lib;
let
cfg = config.services.qois.wwan;
cfg = config.qois.wwan;
mbim-ip-configured = pkgs.writeScriptBin "mbim-ip-configured" (
''
@ -34,7 +34,7 @@ let
'';
in
{
options.services.qois.wwan = {
options.qois.wwan = {
enable = mkEnableOption "wwan client service";
apn = mkOption {