diff --git a/hosts/dinky/default.nix b/hosts/dinky/default.nix index d2ff2c7..9e068d7 100644 --- a/hosts/dinky/default.nix +++ b/hosts/dinky/default.nix @@ -58,6 +58,7 @@ ]; }; + hardware.enableAllFirmware = true; hardware.nitrokey.enable = true; swapDevices = [ { device = "/dev/disk/by-uuid/c9cc5270-87b0-4ed4-9891-7df924b0f55a"; } ];