started binary cache

This commit is contained in:
k
2024-12-12 16:48:48 +00:00
parent bf46656fcd
commit cf30b5d7be
3 changed files with 39 additions and 5 deletions

View File

@@ -13,10 +13,20 @@
powerManagement.enable = true;
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
gc.automatic = true;
settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"http://nix.dhilton.xyz/"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"nix.dhilton.xyz:MOW060dF1A0/UXmPZBue9KMxCO13PHYFwx1X9hcdYZ4="
];
};
};
networking = {
hostName = "laptop";
networkmanager.enable = true;