Update flake
This commit is contained in:
parent
d25f3fd8ce
commit
2f88932e99
3 changed files with 32 additions and 33 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue