diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 9411919..082a7ff 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -30,6 +30,7 @@ ll = "ls -l"; tt = "wezterm cli set-tab-title "; deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo"; + mount-backup = "sshfs sajenim@viridian.kanto.dev:/srv/shares/sajenim /home/sajenim/.backup -o IdentityFile=/home/sajenim/.ssh/sajenim_sk"; }; # An attribute set that adds to named directory hash table diff --git a/nixos/common/global/env.nix b/nixos/common/global/env.nix index e4dbfc1..30a9f2c 100644 --- a/nixos/common/global/env.nix +++ b/nixos/common/global/env.nix @@ -19,6 +19,7 @@ nmap # network mapper xclip # clipboard ripgrep # searches the current directory for a regex pattern + sshfs # Mount filesystems over SSH # HTTP curl # transfer dato to/from server