wireless config for birne

This commit is contained in:
revol-xut 2022-03-05 14:59:47 +01:00
parent 39c3b042dd
commit 56e3c6f506
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -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 = {