nixos/shill: Don't use own cache

This commit is contained in:
Jack O'Sullivan 2022-07-16 21:33:07 +01:00
parent 963eeee391
commit dfe714b964

View File

@ -76,6 +76,11 @@
};
};
nix.settings = {
# Exclude S3 cache that we're right next to
substituters = mkForce [ "https://cache.nixos.org" ];
};
services = {
fstrim.enable = true;
netdata.enable = true;