update the firmware on the toaster

This commit is contained in:
Grigory Shipunov 2023-01-17 20:59:09 +01:00
parent ed933370fd
commit c371fa35a8
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -10,6 +10,7 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
audacity
yt-dlp
];
@ -18,6 +19,9 @@
boot.loader.efi.canTouchEfiVariables = true;
hardware.enableAllFirmware = true;
# update the firmware
services.fwupd.enable = true;
# Set your time zone.
time.timeZone = "Europe/Amsterdam";