fix(fruitbook): nixos-modules를 빠른 선풍기 없이 켬
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user