Switch back to wpa_supplicant, lots of tweaks and simplifications

This commit is contained in:
Bun 2025-03-26 09:56:44 -04:00
parent 777ebab1c4
commit 88bf37e5b3
15 changed files with 32 additions and 55 deletions

View file

@ -5,7 +5,6 @@
./earlyoom
./gnome-keyring
./gvfs
./iwd
./keyd
./libvirtd
./portals

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment = lib.mkIf config.networking.wireless.iwd.enable {
systemPackages = with pkgs; [ impala ];
persistence."/persist".directories = [ "/var/lib/iwd/" ];
};
}

View file

@ -2,9 +2,7 @@
{
config = lib.mkIf config.services.webserver.enable {
services.nginx = {
package = pkgs.nginx.override {
modules = with pkgs.nginxModules; [ rtmp ];
};
additionalModules = with pkgs.nginxModules; [ rtmp ];
appendConfig = ''
rtmp {
server {