vanadium: having a swiss moment

This commit is contained in:
Primrose 2025-06-11 10:36:55 +02:00
parent 212209e9b5
commit 52d078b453
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,5 +1,5 @@
{
time.timeZone = "Europe/Paris";
time.timeZone = "Europe/Zurich";
i18n = {
defaultLocale = "en_US.UTF-8";
@ -29,6 +29,6 @@
# https://community.frame.work/t/framework-nixos-linux-users-self-help/31426/77
hardware.wirelessRegulatoryDatabase = true;
boot.extraModprobeConfig = ''
options cfg80211 ieee80211_regdom="FR"
options cfg80211 ieee80211_regdom="CH"
'';
}