hosts: nixos: porthos: home: disable cache
ci/woodpecker/push/check Pipeline was successful Details

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
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
{ ... }:
{
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
tmux.trueColorTerminals = [
# My usual terminal, e.g: on laptop