Remove demons from internet
This commit is contained in:
parent
5aa31b7d93
commit
0cdddfb88a
|
@ -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" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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]]
|
||||||
|
|
|
@ -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]]
|
||||||
|
|
Loading…
Reference in a new issue