Compare commits
No commits in common. "04455958080b24644ad99d46981d529e5b9d619f" and "0310c2d3bb906c1e82d658ca6f9caf09c381babd" have entirely different histories.
0445595808
...
0310c2d3bb
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
result
|
||||
*.old.nix
|
||||
|
|
@ -9,9 +9,7 @@
|
|||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "fr_CH.UTF-8";
|
||||
|
|
|
|||
Loading…
Reference in a new issue