Update to newest nixpkgs unstable

This commit is contained in:
joachimschmidt557 2022-03-23 21:11:59 +01:00
parent ae6c242865
commit 418be445d7
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
7 changed files with 18 additions and 16 deletions

View file

@ -68,6 +68,8 @@
"aarch64-linux"
];
services.fwupd.enable = true;
networking.hostName = "dustbowl"; # Define your hostname.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.wireless.interfaces = [ "wlp2s0" ];