Remove demons from internet

This commit is contained in:
Artemis Tosini 2022-01-10 18:16:09 +00:00
parent 5aa31b7d93
commit 0cdddfb88a
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
3 changed files with 3 additions and 8 deletions

View file

@ -1,8 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.udev.packages = [ pkgs.crda ]; services.udev.packages = [ pkgs.crda ];
networking.wireless.iwd = { networking.networkmanager = {
enable = true; enable = true;
settings.General.AddressRandomization = "network"; wifi.macAddress = "random";
}; };
users.users.artemis.extraGroups = [ "networkmanager" ];
} }

View file

@ -26,9 +26,6 @@
}; };
}; };
xdg.configFile."rustybar/config.toml".text = '' xdg.configFile."rustybar/config.toml".text = ''
[[tile]]
type = "iwd"
interface = "wlan0"
[[tile]] [[tile]]
type = "load" type = "load"
[[tile]] [[tile]]

View file

@ -29,9 +29,6 @@
input."1739:52710:DLL096D:01_06CB:CDE6_Touchpad" = { middle_emulation = "enabled"; click_method = "clickfinger"; }; input."1739:52710:DLL096D:01_06CB:CDE6_Touchpad" = { middle_emulation = "enabled"; click_method = "clickfinger"; };
}; };
xdg.configFile."rustybar/config.toml".text = '' xdg.configFile."rustybar/config.toml".text = ''
[[tile]]
type = "iwd"
interface = "wlan0"
[[tile]] [[tile]]
type = "load" type = "load"
[[tile]] [[tile]]