mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 09:47:52 +00:00
[Network] add regdb
This commit is contained in:
parent
6dca23b979
commit
1b05d8049c
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ in
|
||||||
networking.hostId = mkDefault (builtins.abort "Default hostId not changed" null);
|
networking.hostId = mkDefault (builtins.abort "Default hostId not changed" null);
|
||||||
networking.hostName = mkDefault (builtins.abort "Default hostname 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;
|
networking.firewall.allowPing = !desktopCfg.enable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue