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
|
@ -8,11 +8,11 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
routerCfg = config.services.qois.router;
|
||||
cfg = config.services.qois.router.dhcp;
|
||||
routerCfg = config.qois.router;
|
||||
cfg = config.qois.router.dhcp;
|
||||
in
|
||||
{
|
||||
options.services.qois.router.dhcp = {
|
||||
options.qois.router.dhcp = {
|
||||
enable = mkEnableOption "router dhcp service";
|
||||
|
||||
localDomain = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue