489 current 1970-01-01 01:00:00 24.11.20241227.d49da4c 6.6.67 *

This commit is contained in:
Max Känner 2024-12-28 21:11:53 +01:00
parent cd8c80ed10
commit 49e6f00172

View File

@ -26,9 +26,8 @@
# NIXOS # NIXOS
nix.settings = { nix.settings = {
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
substituters = ["https://cache.nixos.org" "https://nix-community.cachix.org"]; substituters = ["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; auto-optimise-store = true;