Compare commits

...

4 Commits

Author SHA1 Message Date
Simon Bruder 7c81e51d10
network-manger: Switch to iwd as wifi backend
wpa_supplicant often requires multiple tries to get a connection.
2022-09-01 22:30:49 +02:00
Simon Bruder f0dbe8c257
vueko/mail: Add alias 2022-09-01 16:39:08 +02:00
Simon Bruder e3a1e7a8bf
vueko/mail: Add alias 2022-09-01 15:33:29 +02:00
Simon Bruder 4c4fbadb25
vueko/mail: Add alias 2022-08-31 14:53:30 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
{ config, lib, pkgs, ... }:
lib.mkIf config.sbruder.gui.enable {
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
wifi.backend = "iwd";
};
environment.systemPackages = with pkgs; [
networkmanagerapplet