Skip to content

Commit

Permalink
feat(nixos): update jazzlyn ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 21, 2024
1 parent e199bcb commit 8043941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nixos/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/jazzlyn.keys";
sha256 = "Xeu/F1/mWxWwE4uN+Jar+R25ChQx0EEYZxE0E3Yxj5s=";
sha256 = "5pYk7Rxc0IS3Ov7A5AVgqG5/DjjwiuCcp2jlY838/LM=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile
Expand Down

0 comments on commit 8043941

Please sign in to comment.