Configuration for my NixOS based systems and Home Manager

FIX: remove cache

-8
-8
configuration.nix
··· 46 # Automatic Garbage Collection 47 nix.gc.automatic = true; 48 nix.gc.options = "--delete-older-than 8d"; 49 - nix.settings = { 50 - substituters = [ 51 - "http://cache.packetlost.dev" 52 - ]; 53 - trusted-public-keys = [ 54 - "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 55 - ]; 56 - }; 57 58 # This option defines the first version of NixOS you have installed on this particular machine, 59 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
··· 46 # Automatic Garbage Collection 47 nix.gc.automatic = true; 48 nix.gc.options = "--delete-older-than 8d"; 49 50 # This option defines the first version of NixOS you have installed on this particular machine, 51 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.