losurdo: enable nix-serve only over wg-intra
[sourcephile-nix.git] / hosts / losurdo / system.nix
index 9e12dcda33382bbbbfc58d36cae3a75a0010617e..a6ea7b67420623fcc541c6096725bb9d04867c9b 100644 (file)
@@ -12,6 +12,18 @@ system.stateVersion = "19.09"; # Did you read the comment?
 nix.gc.dates = "weekly";
 nix.gc.options = "--delete-older-than 7d";
 
+/*
+boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
+nix.binaryCaches = [
+  "https://nixcache.reflex-frp.org"
+  "https://arm.cachix.org"
+];
+nix.binaryCachePublicKeys = [
+  "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI="
+  "arm.cachix.org-1:5BZ2kjoL1q6nWhlnrbAl+G7ThY7+HaBRD9PZzqZkbnM="
+];
+*/
+
 # Avoid the use of systemd-run --user --scope tmux
 # and let mosh work smoothly.
 services.logind.killUserProcesses = false;
@@ -42,7 +54,6 @@ environment.systemPackages = with pkgs; [
   home-manager
   lm_sensors
   rsync
-  smartctl-tbw
   socat
   sanoid
   #iptables-nftables-compat