-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
403 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.