diff options
author | lassulus <git@lassul.us> | 2023-07-23 23:04:24 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-23 23:04:24 +0200 |
commit | 00449032df948eb84f2c477a096251ef19ae0acb (patch) | |
tree | e8a046746be547515ba5b4b173bf502c83f7e6be | |
parent | 0af999432992e98b9541afdf28b5a6ba5846ad71 (diff) |
l styx.r: allow usb wan
-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; } |