diff options
Diffstat (limited to 'lass/1systems/styx')
-rw-r--r-- | lass/1systems/styx/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/styx/config.nix b/lass/1systems/styx/config.nix index 51016926f..41a0a115d 100644 --- a/lass/1systems/styx/config.nix +++ b/lass/1systems/styx/config.nix @@ -85,5 +85,8 @@ with import <stockholm/lib>; host = prism.r ''; }; + + # for usb internet + hardware.usbWwan.enable = true; } |