diff options
| author | Grigory Shipunov | 2023-01-17 20:59:09 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-17 20:59:09 +0100 |
| commit | c371fa35a884e6f64eefa015d765427bf478c2f2 (patch) | |
| tree | ffab4f0389aa3082eb99c95b2b2511660b46b78f | |
| parent | ed933370fdc8f4b5eeb0d7a493e2f4cd18ce243e (diff) | |
update the firmware on the toaster
| -rw-r--r-- | hosts/toaster/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |
