From 5385510017878c4482ad40b90c74b480829fcdee Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Dec 2023 21:27:41 -0700 Subject: added bosco key to source --- modules/users/defin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/users/defin.nix b/modules/users/defin.nix index c09b0bb..8d476fa 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -14,7 +14,7 @@ openssh.authorizedKeys.keyFiles = [ (builtins.fetchurl { url = "https://git.wormcar.gay/devinf.keys"; - sha256 = "1jm206w3j896zl2v137zmri4v46kq9wpj4fv17bfa023xm2qy2bh"; + sha256 = "1p4gzgvyxzqr1raargq59qn6hs0bh8bd1rfvawn02mnaa4i8ysgg"; }) ]; }; @@ -28,4 +28,4 @@ ports = [ 22 2200 ]; # needed because isp blocks ssh over 22 settings.PasswordAuthentication = false; }; -} \ No newline at end of file +} -- cgit v1.2.3