home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 8e160e8150945cb40d6a649f03c395ed7803c31a
parent d7b86a23fb9d5671029be229b1e03eb88695e2d5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  9 Dec 2021 14:20:19 +0100

ops: disable gpgRemoteForward on aomi desktop

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

Diffstat:
Mops/hosts.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ops/hosts.toml b/ops/hosts.toml @@ -11,7 +11,7 @@ addrs = { v4 = "10.100.0.15" } [hosts.aomi] network = "vpn" -ssh = { pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJ3QqVCUiE4BIFKTJLN6mSnp9bLSnJ3gE8ScbAajGsH vincent@aomi", gpgRemoteForward = true } +ssh = { pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJ3QqVCUiE4BIFKTJLN6mSnp9bLSnJ3gE8ScbAajGsH vincent@aomi" } addrs = { v4 = "192.168.1.23" } [hosts.aomi.builder]