hosts: nixos: porthos: home: disable cache
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Same reason as the system-wide configuration...
This commit is contained in:
parent
b9b47fffd6
commit
56c0c28b02
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue