hosts: nixos: porthos: home: disable cache
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Same reason as the system-wide configuration...
This commit is contained in:
Bruno BELANYI 2024-03-01 17:20:44 +00:00
parent b9b47fffd6
commit 56c0c28b02

View file

@ -1,6 +1,13 @@
{ ... }: { ... }:
{ {
my.home = { my.home = {
nix = {
cache = {
# This server is the one serving the cache, don't try to query it
selfHosted = false;
};
};
# Allow using 24bit color when SSH-ing from various clients # Allow using 24bit color when SSH-ing from various clients
tmux.trueColorTerminals = [ tmux.trueColorTerminals = [
# My usual terminal, e.g: on laptop # My usual terminal, e.g: on laptop