update the firmware on the toaster
This commit is contained in:
parent
ed933370fd
commit
c371fa35a8
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue