[Network] add regdb

This commit is contained in:
Antoine Viallon 2023-11-25 01:09:21 +01:00
parent 6dca23b979
commit 1b05d8049c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -73,6 +73,9 @@ in
networking.hostId = mkDefault (builtins.abort "Default hostId not changed" null);
networking.hostName = mkDefault (builtins.abort "Default hostname not changed" null);
# Needed for proper WiFi support in some countries (like France, for instance)
hardware.wirelessRegulatoryDatabase = mkDefault true;
networking.firewall.allowPing = !desktopCfg.enable;
};
}