Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed May 6, 2024
1 parent 1d260f2 commit ede3ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
5 changes: 1 addition & 4 deletions systems/satori/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; # true;: seems to work w/ refind
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";

boot.initrd.systemd.enable = true;
Expand All @@ -38,9 +38,6 @@

networking.hostName = "satori";

# Set your time zone.
time.timeZone = "Asia/Hong_Kong";

# muh unfree software!!!!!!!!!!!!!!!!!!
nixpkgs.config.allowUnfree = true;

Expand Down
24 changes: 0 additions & 24 deletions vendor/brcmfmac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,6 @@
stdenvNoCC.mkDerivation (final: {
name = "brcm-mac-firmware";

# src = requireFile {
# name = "firmware.tar.gz";
# sha256Hash = "0x41h7xnrif5llwj212hv41a0jhm0g2my524gjbsfkzdgbpsg9wq";
# message = ''
# The Apple Mac Wi-Fi and Bluetooth firmware tarball cannot be found in your Nix store.
# Due to licensing restrictions, we are unable to download this file automatically online and/or distribute it.

# To obtain this file, follow the instructions written in the t2linux wiki on **macOS**:
# -> https://wiki.t2linux.org/guides/wifi-bluetooth/#on-macos

# Note that **an existing macOS installation** is required to proceed with the steps above.
# If you have removed macOS, we cannot provide any help. You might have to consult your friends or reinstall macOS.

# After obtaining the firmware, reboot into NixOS and add the newly acquired tarball to the Nix store with the following command
# -> nix-prefetch-url file:///boot/efi/firmware.tar.gz --unpack

# This package should properly build afterwards. You may also choose to ignore the outlined steps and override this `src` package
# with overrideAttrs. Consult the nixpkgs manual for more information.

# If you have any questions, feel free to reach out at the #nixos channel in the t2linux discord guild (invite accessible from
# https://t2linux.org) or directly contact one of the maintainers defined in this package.
# '';
# };

src = fetchzip {
nativeBuildInputs = [zstd];
stripRoot = false;
Expand Down

0 comments on commit ede3ee2

Please sign in to comment.