Move all nixos-modules to options.qois
This commit is contained in:
parent
9088ef8a04
commit
d49f58265f
10 changed files with 21 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue