Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jan 21, 2025
1 parent 8812dae commit e716c13
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 84 deletions.
126 changes: 63 additions & 63 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@
flake-utils.url = "github:numtide/flake-utils";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# XXX: <https://github.com/tpwrules/nixos-apple-silicon/issues/261#issuecomment-2579842582>
nixos-apple-silicon.url = "github:montchr/nixos-apple-silicon?ref=main";
# nixos-apple-silicon.url = "github:tpwrules/nixos-apple-silicon?ref=release-2024-12-25";
# nixos-apple-silicon.url = "github:montchr/nixos-apple-silicon?ref=main";
nixos-apple-silicon.url = "github:tpwrules/nixos-apple-silicon?ref=release-2025-01-20";
asahi-tuvok-firmware.url = "git+ssh://[email protected]/~montchr/asahi-tuvok-firmware";
nixos-hardware.url = "github:NixOS/nixos-hardware";
# FIXME: update
Expand Down
3 changes: 0 additions & 3 deletions machines/tuuvok/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
./secrets/sops.nix

./backups.nix

./experimental-mesa.nix

./keyboard.nix
./work/default.nix

Expand Down
6 changes: 0 additions & 6 deletions machines/tuuvok/experimental-mesa.nix

This file was deleted.

13 changes: 4 additions & 9 deletions nixos/profiles/hardware/apple/apple-silicon.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
lib,
flake,
...
}:
let
inherit (flake.inputs) nixos-apple-silicon;
in
{ lib, flake, ... }:
{
imports = [
nixos-apple-silicon.nixosModules.apple-silicon-support
flake.inputs.nixos-apple-silicon.nixosModules.apple-silicon-support

../../boot/systemd-boot.nix

Expand All @@ -23,4 +16,6 @@ in
# Mutually exclusive legacy Apple hardware.
hardware.facetimehd.enable = lib.mkForce false;
services.mbpfan.enable = lib.mkForce false;

hardware.asahi.useExperimentalGPUDriver = true;
}

0 comments on commit e716c13

Please sign in to comment.