From b99f92a7d0d1319b53243f009726d23510aa951c Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:52:06 +0200 Subject: [PATCH] Update server ssh remote key --- nixos-configurations/pc/default.nix | 2 +- nixos-configurations/server/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index b20f9a0..28c069c 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -10,7 +10,7 @@ networking.hostName = "pc"; home-manager.users.thiloho = { pkgs, lib, ... }: { - programs.git.signing.key = "1617CEF3B3EE7083"; + programs.git.signing.key = "573F8F32BA770BAF"; home.stateVersion = "23.05"; }; system.stateVersion = "23.05"; diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index c88df29..8025fdb 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -73,7 +73,7 @@ }; users.users.thiloho.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8j7z4RBSjoBcB5btwGodYu5J/Yprng8oBhy47iXWq+ thiloho@pc" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKYk3OUO/X8xRcLpUBQ3oq8BYlgnvsCIInhbfEYAYyBB thiloho@pc" ]; home-manager.users.thiloho = { pkgs, lib, ... }: {