dosei: disable nix-builders

This commit is contained in:
Oystein Kristoffer Tveit 2024-11-18 14:28:21 +01:00
parent e341e72875
commit 03aa1c3c39
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 3 additions and 1 deletions

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;