···4646 # Automatic Garbage Collection
4747 nix.gc.automatic = true;
4848 nix.gc.options = "--delete-older-than 8d";
4949+ nix.settings = {
5050+ substituters = [
5151+ "http://cache.packetlost.dev"
5252+ ];
5353+ trusted-public-keys = [
5454+ "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A="
5555+ ];
5656+ };
49575058 # This option defines the first version of NixOS you have installed on this particular machine,
5159 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.