"fix" caches
This commit is contained in:
parent
b803a816db
commit
d3ff73c7ed
@ -26,10 +26,14 @@
|
|||||||
# NIXOS
|
# NIXOS
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes"];
|
||||||
substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org"];
|
substituters = ["https://cache.nixos.org" "https://nix-community.cachix.org"];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
|
auto-optimise-store = true;
|
||||||
|
max-jobs = "auto";
|
||||||
|
cores = 12;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
@ -57,7 +61,6 @@
|
|||||||
wget
|
wget
|
||||||
fprintd
|
fprintd
|
||||||
qemu
|
qemu
|
||||||
quickemu
|
|
||||||
home-manager
|
home-manager
|
||||||
(let
|
(let
|
||||||
base = appimageTools.defaultFhsEnvArgs;
|
base = appimageTools.defaultFhsEnvArgs;
|
||||||
@ -150,7 +153,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
picoprobe-udev-rules
|
picoprobe-udev-rules
|
||||||
teensy-udev-rules
|
|
||||||
qmk-udev-rules
|
qmk-udev-rules
|
||||||
game-devices-udev-rules
|
game-devices-udev-rules
|
||||||
android-udev-rules
|
android-udev-rules
|
||||||
@ -190,10 +192,6 @@
|
|||||||
"musnix"
|
"musnix"
|
||||||
"--commit-lock-file"
|
"--commit-lock-file"
|
||||||
"-L"
|
"-L"
|
||||||
"--cores"
|
|
||||||
"12"
|
|
||||||
"-j"
|
|
||||||
"12"
|
|
||||||
];
|
];
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
randomizedDelaySec = "45min";
|
randomizedDelaySec = "45min";
|
||||||
@ -207,7 +205,6 @@
|
|||||||
randomizedDelaySec = "45min";
|
randomizedDelaySec = "45min";
|
||||||
options = "--delete-older-than 14d";
|
options = "--delete-older-than 14d";
|
||||||
};
|
};
|
||||||
nix.settings.auto-optimise-store = true;
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user