From 693afe6f5046042ef59e2e5a6e77dcc9152eef0c Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 23 Sep 2024 20:33:53 +0200 Subject: [PATCH] cnixpad key --- home/users/cnst/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/users/cnst/git.nix b/home/users/cnst/git.nix index 61b59871..6b38220f 100644 --- a/home/users/cnst/git.nix +++ b/home/users/cnst/git.nix @@ -8,7 +8,7 @@ isCnixpad = osConfig.networking.hostName == "cnixpad"; sshKey = if isCnixpad - then "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMR2JiKLJMqI48/8lX9ZlG6RYcLMZRYAuk1IpYS72IDD adam@adampad" + then "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIXCjkKouZrsMoswMIeueO8X/c3kuY3Gb0E9emvkqwUv cnst@cnixpad" else "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIk/zMuOgZCX+bVCFDHxtoec96RaVfV4iG1Gohp0qHdU cnst@cnix"; in { home.packages = [pkgs.gh];