hosts/eldrid/users/user/home-configuration.nix: home-manager state follows system
modules/home/desktop/niri/default.nix: change evince to papers modules/nixos/system/wireless/wifi.nix: simplify Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -16,12 +16,8 @@ in {
|
||||
wireless.iwd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
AddressRandomization = "network";
|
||||
};
|
||||
Settings = {
|
||||
AlwaysRandomizeAddress = true;
|
||||
};
|
||||
General.AddressRandomization = "network";
|
||||
Settings.AlwaysRandomizeAddress = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user