summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-17 20:59:09 +0100
committerGrigory Shipunov2023-01-17 20:59:09 +0100
commitc371fa35a884e6f64eefa015d765427bf478c2f2 (patch)
treeffab4f0389aa3082eb99c95b2b2511660b46b78f /hosts/toaster
parented933370fdc8f4b5eeb0d7a493e2f4cd18ce243e (diff)
update the firmware on the toaster
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/default.nix4
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";