mirror of
https://github.com/larstvei/nix-config.git
synced 2026-02-01 16:20:12 +00:00
Compare commits
No commits in common. "7d88b91968bc248eef7014803cccd8c3c85df298" and "df99ed688bad2ae295173b9faf23abf1c239ccc9" have entirely different histories.
7d88b91968
...
df99ed688b
@ -9,6 +9,8 @@
|
||||
package = pkgs.nix;
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
@ -33,8 +35,6 @@
|
||||
"larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys="
|
||||
];
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
||||
@ -4,20 +4,7 @@
|
||||
../homebrew
|
||||
];
|
||||
|
||||
nix.linux-builder = {
|
||||
enable = true;
|
||||
ephemeral = true;
|
||||
maxJobs = 4;
|
||||
config = {
|
||||
virtualisation = {
|
||||
darwin-builder = {
|
||||
diskSize = 200 * 1024;
|
||||
memorySize = 8 * 1024;
|
||||
};
|
||||
cores = 6;
|
||||
};
|
||||
};
|
||||
};
|
||||
nix.linux-builder.enable = true;
|
||||
|
||||
system = {
|
||||
stateVersion = 4;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user