l styx.r: allow usb wan

This commit is contained in:
lassulus 2023-07-23 23:04:24 +02:00
parent 0af9994329
commit 00449032df
1 changed files with 3 additions and 0 deletions

View File

@ -85,5 +85,8 @@ with import <stockholm/lib>;
host = prism.r
'';
};
# for usb internet
hardware.usbWwan.enable = true;
}