Add config for wireless network

This commit is contained in:
TheThomaas 2023-07-25 22:28:19 +02:00
parent 4bbea9b954
commit eab46c9c3c

View file

@ -9,6 +9,7 @@
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
networking.networkmanager.enable = true;
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "fr_CH.UTF-8"; i18n.defaultLocale = "fr_CH.UTF-8";