Skip to content

Commit

Permalink
32 papercuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Dec 10, 2024
1 parent 0a5b2ab commit 6fc92d4
Show file tree
Hide file tree
Showing 10 changed files with 403 additions and 298 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- Changed `no-ifd` patch to change `hosts/hermes/hardware-configuration.nix` instead of `flake.nix` to reduce churn
- Added `formatter` flake output to support `nix fmt`
- Refactored `mkConfigurations` to be inside `flake-parts.lib.mkFlake`
- Use `clan` to deploy to `sigma`
- Use renamed `nixfmt-classic` instead of `nixfmt`
- Added `deploy-<hostname>` packages for remotely deploying macOS machines
- Use Microsoft's Python VSCode extension for Python IDE functionality
- Use `gitlens.remotes` to support `git.clan.lol`
Expand Down
32 changes: 13 additions & 19 deletions files/no-ifd.diff
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
diff --git a/flake.nix b/flake.nix
index cf8fbb7..cad4e0a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -286,14 +286,6 @@
inherit (modules) laptop linux-builder personal;
};
}
- {
- host = "hermes";
- hostSuffix = "-nixos";
- user = "enzime";
- system = "aarch64-linux";
- modules =
- builtins.attrNames { inherit (modules) laptop personal sway; };
- }
{
host = "phi";
hostSuffix = "-nixos";
diff --git a/hosts/hermes/hardware-configuration.nix b/hosts/hermes/hardware-configuration.nix
index 5e5fdf9..738de1b 100644
--- a/hosts/hermes/hardware-configuration.nix
+++ b/hosts/hermes/hardware-configuration.nix
@@ -26,7 +26,7 @@
swapDevices = [{ device = "/dev/pool/swap"; }];

hardware.asahi.useExperimentalGPUDriver = true;
- hardware.asahi.experimentalGPUInstallMode = "replace";
+ hardware.asahi.experimentalGPUInstallMode = "overlay";

powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}
71 changes: 71 additions & 0 deletions flake.lock

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

Loading

0 comments on commit 6fc92d4

Please sign in to comment.