Move modules to qois namespace

This commit is contained in:
Fabian Hauser 2020-11-28 22:45:24 +00:00
parent 5f7629a2be
commit 03907d416d
8 changed files with 18 additions and 18 deletions

View file

@ -5,7 +5,7 @@
with lib;
let
cfg = config.services.wwan;
cfg = config.services.qois.wwan;
mbim-ip-configured = pkgs.writeScriptBin "mbim-ip-configured" (''
#!${pkgs.stdenv.shell}
@ -25,7 +25,7 @@ let
fi
'';
in {
options.services.wwan = {
options.services.qois.wwan = {
enable = mkEnableOption "wwan client service";
apn = mkOption {