home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e54f555b1f1aaca93037403fbad4a4979fc53f96
parent 7b09becb1c2458bbdb79df958fa26f2faa77a319
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  9 Jun 2021 11:24:07 +0200

home: temporary disable localCaches on naruhodo

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/naruhodo.nix | 5+++++
Msystems/modules/profiles/home.nix | 4+++-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -118,6 +118,11 @@ in }; services.hardware.bolt.enable = true; + core.nix = { + # temporary + localCaches = [ ]; + }; + profiles = { desktop.i3.enable = true; laptop.enable = true; diff --git a/systems/modules/profiles/home.nix b/systems/modules/profiles/home.nix @@ -24,7 +24,9 @@ in "${wireguard.ips.wakasu}" = [ "wakasu.vpn" ]; "${home.ips.hokkaido}" = [ "hokkaido.home" ]; "${wireguard.ips.hokkaido}" = [ "hokkaido.vpn" ]; - "${home.ips.sakhalin}" = [ "sakhalin.home" "nix.cache.home" ]; + # FIXME: re-enable when network is back on + "${home.ips.sakhalin}" = [ "sakhalin.home" ]; + # "${home.ips.sakhalin}" = [ "sakhalin.home" "nix.cache.home" ]; "${wireguard.ips.sakhalin}" = [ "sakhalin.vpn" ]; "${home.ips.synodine}" = [ "synodine.home" ]; "${home.ips.okinawa}" = [ "okinawa.home" ];