nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than 2d";
-nix.binaryCaches = [ "http://nix-extracache.losurdo.wg" ];
-nix.binaryCachePublicKeys = [ (builtins.readFile (inputs.secrets + "/hosts/losurdo/nix/binary-cache-key/1.pub")) ];
environment.systemPackages = with pkgs; [
cryptsetup
- direnv
- file
fio
- gdb
git
gptfdisk
#hey
- home-manager
lm_sensors
rsync
- smartctl-tbw
socat
- thttpd
- #iptables-nftables-compat
];
}