fix(fruitbook): nixos-modules를 빠른 선풍기 없이 켬

This commit is contained in:
2026-03-21 23:23:49 -06:00
parent a3ead883fe
commit 584489c853

View File

@@ -4,9 +4,12 @@
imports = [ imports = [
./hardware.nix ./hardware.nix
./filesystems.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 = { sydnix = {
filesystemType = "btrfs"; filesystemType = "btrfs";
wifi.enable = true; wifi.enable = true;