nix: update inputs
[sourcephile-nix.git] / hosts / mermet / system.nix
index daaca56345cb690d611d4aa2a78f6e71f3df6fd2..b5a5376ede87ab740d1786afde773ab5cd3c4aee 100644 (file)
@@ -10,24 +10,15 @@ services.unbound.enable = true;
 
 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
 ];
 }