diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 21:27:41 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 21:27:41 -0700 |
| commit | 5385510017878c4482ad40b90c74b480829fcdee (patch) | |
| tree | e75007f66fae1c4924485ff1e30a1639a1fe1de3 /modules/users/defin.nix | |
| parent | 9884f13a5f0e072f3801838c5bd05886c52ed8c1 (diff) | |
added bosco key to source
Diffstat (limited to 'modules/users/defin.nix')
| -rw-r--r-- | modules/users/defin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |
