mimir: Add iwd
This commit is contained in:
parent
441a7f8104
commit
10bf3510be
1 changed files with 13 additions and 1 deletions
|
@ -206,6 +206,15 @@
|
||||||
internalInterfaces = [ "microvm" ];
|
internalInterfaces = [ "microvm" ];
|
||||||
externalInterface = "enp4s0";
|
externalInterface = "enp4s0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wireless.iwd = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
EnableNetworkConfiguration = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
microvm.autostart = [ "miniflux" ];
|
microvm.autostart = [ "miniflux" ];
|
||||||
|
@ -406,7 +415,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ appimage-run ];
|
systemPackages = with pkgs; [
|
||||||
|
appimage-run
|
||||||
|
iwgtk
|
||||||
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
|
|
Loading…
Reference in a new issue