diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-10 01:17:51 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-10 01:17:51 -0400 |
| commit | 27117202739f092d837af2752e4b9801c47b8ddb (patch) | |
| tree | 37a9698cddaa9963a2b86f5dbc9da2d43c533537 /hosts | |
| parent | 36e5025868cfd674ef4f8a0ae0529371d6581572 (diff) | |
Improve CPU usage for simple-bar and disable linux-builder due to issue for now
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 19ffeec..f72c6aa 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -127,7 +127,7 @@ in { | |||
| 127 | nix = { | 127 | nix = { |
| 128 | enable = true; | 128 | enable = true; |
| 129 | linux-builder = { | 129 | linux-builder = { |
| 130 | enable = true; | 130 | enable = false; # mkfs.erofs seems to be looping |
| 131 | ephemeral = true; | 131 | ephemeral = true; |
| 132 | }; | 132 | }; |
| 133 | settings = { | 133 | settings = { |
