From c371fa35a884e6f64eefa015d765427bf478c2f2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 17 Jan 2023 20:59:09 +0100 Subject: [PATCH] update the firmware on the toaster --- hosts/toaster/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index ae90231..f67d3ff 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -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";