nixos/shill: Don't use own cache
This commit is contained in:
parent
963eeee391
commit
dfe714b964
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user