Move modules to qois namespace
This commit is contained in:
parent
5f7629a2be
commit
03907d416d
8 changed files with 18 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue