Update flake

This commit is contained in:
Invariantspace 2023-12-17 01:58:24 -08:00
parent d25f3fd8ce
commit 2f88932e99
3 changed files with 32 additions and 33 deletions

View file

@ -29,14 +29,14 @@
({ pkgs, ... }: {
networking.hostName = instance;
nix = {
binaryCaches = [ "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" ];
gc = {
automatic = true;
options = "--delete-older-than 30d";
};
settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
trusted-substituters = [ "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" ];
};
};
nixpkgs = {