From 2e50bb425f15aba2eb70f3a5cb76ee5771027e68 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 30 Jan 2024 17:02:27 +0900 Subject: [PATCH] test --- nixos/hosts/piaware-rpi4/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/hosts/piaware-rpi4/default.nix b/nixos/hosts/piaware-rpi4/default.nix index 39394ce4..3f514652 100644 --- a/nixos/hosts/piaware-rpi4/default.nix +++ b/nixos/hosts/piaware-rpi4/default.nix @@ -8,13 +8,6 @@ # Enable distributed Builds nix.distributedBuilds = true; - hardware = { - raspberry-pi."4".apply-overlays-dtmerge.enable = true; - deviceTree = { - enable = true; - filter = "*rpi-4-*.dtb"; - }; - }; console.enable = true; environment.systemPackages = with pkgs; [ libraspberrypi