Compare commits

..

2 commits

Author SHA1 Message Date
TheThomaas 0445595808 Comment networking section 2023-07-29 11:41:05 +02:00
TheThomaas 331ec16dbb Update .gitignore 2023-07-29 11:40:53 +02:00
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
result
result
*.old.nix

View file

@ -9,7 +9,9 @@
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
networking.networkmanager.enable = true;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Select internationalisation properties.
i18n.defaultLocale = "fr_CH.UTF-8";