diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
commit | b13bc7eee160922057992a21198897b580a35e8e (patch) | |
tree | 05a90a019ac2a23448f55d000d83c5ef1cc1c5db /hosts/vps | |
parent | ce3a168c060f59c24e6ae67f4677e19a79770ddf (diff) |
add ntfs to laptop
Diffstat (limited to 'hosts/vps')
-rw-r--r-- | hosts/vps/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vps/git.nix b/hosts/vps/git.nix index 6f0904e..06a8af2 100644 --- a/hosts/vps/git.nix +++ b/hosts/vps/git.nix @@ -14,6 +14,7 @@ shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDyzrs9sbstv3KFK5FV8qYlSknnEy8Cn+qch4dJLmHA" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhN4Iq070J9rFJhOwP9RUyUJG9MC1W5KnDGqBqWZnlu" ]; }; |