home

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

commit 65ab606a3664d8ae8eaf539e5934d8f90b74e08f
parent aa9aa7b6e6c88c12218eb1cea7f030c5582372ec
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 22 Dec 2023 16:11:53 +0100

secrets: update my key

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

Diffstat:
Msecrets/machines.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/secrets/machines.nix b/secrets/machines.nix @@ -65,7 +65,7 @@ let }; vincent = { allowedIPs = [ "${wireguard.ips.vincent}/32" ]; - publicKey = "z74GLurvsLPOkep9ddw6x+NeUvgBvnqpIwxvSTKGxxQ="; + publicKey = "1wzFG60hlrAoSYcRKApsH+WK3Zyz8IjdLgIb/8JbuW0="; }; ipad = { allowedIPs = [ "${wireguard.ips.ipad}/32" ];