Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewhewell committed Dec 10, 2024
1 parent acbb135 commit 58e2151
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 61 deletions.
140 changes: 81 additions & 59 deletions flake.lock

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

5 changes: 4 additions & 1 deletion machines/darwin-aarch64/darwin-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
../../home/development.nix
../../home/darwin.nix
../../home/vscode.nix
# ../../home/zed.nix
];
};

Expand Down Expand Up @@ -46,11 +47,13 @@
experimental-features = nix-command flakes
extra-platforms = aarch64-darwin x86_64-darwin
'';

optimise.automatic = true;

settings = {
max-jobs = 4;
build-cores = 0;
trusted-users = [ "grw" ];
auto-optimise-store = true;
};
};
}
1 change: 1 addition & 0 deletions modules/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ in
] ++ (if cfg.enableGraphical then [
../home/graphical.nix
../home/gpg.nix
../home/zed.nix
] else [ ../home/headless.nix ]) ++ lib.optionals cfg.enableLaptop [
../home/laptop.nix
] ++ lib.optionals cfg.enableVscodeServer [
Expand Down
2 changes: 1 addition & 1 deletion profiles/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
services.fwupd.enable = true;
# programs.mosh.enable = true;

nix.optimise.automatic = true;
nix.extraOptions = ''
auto-optimise-store = true
experimental-features = nix-command flakes
'';

Expand Down

0 comments on commit 58e2151

Please sign in to comment.