Move modules to qois namespace
This commit is contained in:
parent
5f7629a2be
commit
03907d416d
8 changed files with 18 additions and 18 deletions
|
@ -15,13 +15,13 @@
|
|||
swapDevices =
|
||||
[{ device = "/dev/disk/by-uuid/73f91e99-d856-4504-b6b2-d60f855d6d95"; }];
|
||||
|
||||
services.wwan = {
|
||||
services.qois.wwan = {
|
||||
enable = true;
|
||||
apn = "gprs.swisscom.ch";
|
||||
networkInterface = "wwp0s19u1u3i12";
|
||||
};
|
||||
|
||||
services.router = {
|
||||
services.qois.router = {
|
||||
enable = true;
|
||||
wanInterface = "wwp0s19u1u3i12";
|
||||
wirelessInterfaces = [ "wlp5s0" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue