mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
iwd
This commit is contained in:
parent
472c77c8bb
commit
1f1942f07d
2 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# Various GNOME non-sense that must be enabled to work with WMs
|
||||
#
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.gnome.at-spi2-core.enable = true;
|
||||
|
||||
# https://github.com/taffybar/taffybar/issues/403
|
||||
|
|
|
|||
|
|
@ -45,7 +45,12 @@
|
|||
};
|
||||
|
||||
networking.hostName = "thin";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi = {
|
||||
backend = "iwd";
|
||||
};
|
||||
};
|
||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
# replicates the default behaviour.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue