kerrigan: add modemmanager, optionally
This commit is contained in:
parent
dab5bd9c5b
commit
710b335b59
1 changed files with 4 additions and 1 deletions
|
@ -89,7 +89,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libqmi screen minicom conntrack-tools modemmanager
|
libqmi screen minicom conntrack-tools modemmanager android-tools
|
||||||
|
];
|
||||||
|
services.udev.packages = with pkgs; [
|
||||||
|
modemmanager
|
||||||
];
|
];
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
|
|
Loading…
Reference in a new issue