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

@ -2,9 +2,9 @@
with lib;
let cfg = config.services.router;
let cfg = config.services.qois.router;
in {
options.services.router = {
options.services.qois.router = {
enable = mkEnableOption "router service";
wanInterface = mkOption {