dosei: disable nix-builders

This commit is contained in:
2024-11-18 14:28:21 +01:00
parent e341e72875
commit 03aa1c3c39

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
imports = [
./hardware-configuration.nix
@@ -77,6 +77,8 @@
fstrim.enable = true;
};
nix.buildMachines = lib.mkForce [ ];
hardware = {
bluetooth.enable = true;
enableRedistributableFirmware = true;