Add comet

This commit is contained in:
Invariantspace 2023-12-17 01:24:17 -08:00
parent 30f7e6b97f
commit d25f3fd8ce
8 changed files with 147 additions and 10 deletions

View file

@ -29,6 +29,7 @@
({ pkgs, ... }: {
networking.hostName = instance;
nix = {
binaryCaches = [ "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" ];
gc = {
automatic = true;
options = "--delete-older-than 30d";