Remove networking.wireless as incompatible with networkmanager
This commit is contained in:
parent
c6ca5a5975
commit
05c213dfe1
|
@ -2,10 +2,7 @@
|
||||||
{
|
{
|
||||||
nixpkgs.config.chromium.commandLineArgs = "--password-store='gnome-libsecret' --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
nixpkgs.config.chromium.commandLineArgs = "--password-store='gnome-libsecret' --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
networking = {
|
networking.networkmanager.enable = true;
|
||||||
networkmanager.enable = true;
|
|
||||||
wireless.enable = true;
|
|
||||||
};
|
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
|
Loading…
Reference in a new issue