added rsync to tab and phone

This commit is contained in:
Sebastian Moser
2023-11-29 05:32:47 +01:00
parent 5b468b0d07
commit 1aba4bff44
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ let
in
{
environment.packages = with pkgs; [
rsync
vim
openssh
(pkgs.writeScriptBin "ssd" ''
@@ -48,7 +49,6 @@ in
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAioUu4ow6k+OMjjLdzogiQM4ZEM3TNekGNasaSDzQQE me@phone
'';
#home.file.".ssh/authorized_keys".mode = "0600";
imports = [
../../users/common/home.nix
];

View File

@@ -6,6 +6,7 @@ let
in
{
environment.packages = with pkgs; [
rsync
vim
openssh
(pkgs.writeScriptBin "ssd" ''
@@ -49,7 +50,6 @@ in
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAioUu4ow6k+OMjjLdzogiQM4ZEM3TNekGNasaSDzQQE me@phone
'';
#home.file.".ssh/authorized_keys".mode = "0600";
imports = [
../../users/common/home.nix
];