From 584489c853eb73ef806161350da7622802eb5559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 21 Mar 2026 23:23:49 -0600 Subject: [PATCH] =?UTF-8?q?fix(fruitbook):=20nixos-modules=EB=A5=BC=20?= =?UTF-8?q?=EB=B9=A0=EB=A5=B8=20=EC=84=A0=ED=92=8D=EA=B8=B0=20=EC=97=86?= =?UTF-8?q?=EC=9D=B4=20=EC=BC=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/fruitbook/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index 1a1c53e..06fdad3 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -4,9 +4,12 @@ imports = [ ./hardware.nix ./filesystems.nix - # nixos-hardware.nixosModules.apple-macbook-pro-12-1 + nixos-hardware.nixosModules.apple-macbook-pro-12-1 ]; + # Enabled by default by Nixos-hardware. + services.mbpfan.enable = false; + sydnix = { filesystemType = "btrfs"; wifi.enable = true;