wireless config for birne
This commit is contained in:
parent
39c3b042dd
commit
56e3c6f506
|
@ -20,13 +20,18 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "birne"; # Define your hostname.
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Busingen";
|
time.timeZone = "Europe/Busingen";
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking = {
|
||||||
|
hostName = "birne";
|
||||||
|
interfaces.wlp4s0.useDHCP = true;
|
||||||
networking.interfaces.enp1s0.useDHCP = true;
|
networking.interfaces.enp1s0.useDHCP = true;
|
||||||
|
wireless = {
|
||||||
|
enable = true;
|
||||||
|
interfaces = [ "wlp4s0" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Reference in a new issue