Clean up structure
This commit is contained in:
parent
e6fd710dc4
commit
0d7357c859
7 changed files with 7 additions and 7 deletions
|
@ -24,8 +24,8 @@ let pkgs = import<nixpkgs>{};
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
(import ./networking/wireless-access-point.nix wireless)
|
||||
(import ./networking/dns-recursive.nix lanNetwork)
|
||||
(import ./wireless-access-point.nix wireless)
|
||||
(import ./dns-recursive.nix lanNetwork)
|
||||
];
|
||||
|
||||
networking = {
|
|
@ -10,7 +10,7 @@ let
|
|||
mbim-ip-configured = pkgs.writeScriptBin "mbim-ip-configured" (''
|
||||
#!${pkgs.stdenv.shell}
|
||||
MBIM_INTERFACE=${cfg.mbimInterface}
|
||||
'' + (readFile ./wwan/mbim-ip.bash));
|
||||
'' + (readFile ./mbim-ip.bash));
|
||||
|
||||
mbim-check-status = pkgs.writeScriptBin "mbim-check-status" ''
|
||||
#!${pkgs.stdenv.shell}
|
Loading…
Add table
Add a link
Reference in a new issue