summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
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";