loki: Enable iwd
This commit is contained in:
parent
02d7f4b661
commit
c7becc45e7
1 changed files with 10 additions and 0 deletions
|
@ -215,6 +215,15 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
wireless.iwd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
EnableNetworkConfiguration = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security = {
|
||||
|
@ -487,6 +496,7 @@
|
|||
};
|
||||
systemPackages = with pkgs; [
|
||||
incus
|
||||
iwgtk
|
||||
tailscale
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue