diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 082a7ff..9411919 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -30,7 +30,6 @@ 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/home-manager/sajenim/p6p_biometric.pub b/home-manager/sajenim/p6p_biometric.pub deleted file mode 100644 index 9d94c9c..0000000 --- a/home-manager/sajenim/p6p_biometric.pub +++ /dev/null @@ -1 +0,0 @@ -ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJC2zR9w3y+OXEq7qcs8dIdSC2j4LUx2197fyXwR3aSLHwypodiZTdJTJkmklxxaUXmyi7CZUmp1LPx5vdLPgzI= diff --git a/nixos/common/global/env.nix b/nixos/common/global/env.nix index 30a9f2c..e4dbfc1 100644 --- a/nixos/common/global/env.nix +++ b/nixos/common/global/env.nix @@ -19,7 +19,6 @@ 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 diff --git a/nixos/common/users/sajenim/default.nix b/nixos/common/users/sajenim/default.nix index 8a0d88c..2c04c83 100644 --- a/nixos/common/users/sajenim/default.nix +++ b/nixos/common/users/sajenim/default.nix @@ -15,7 +15,6 @@ shell = pkgs.zsh; openssh.authorizedKeys.keyFiles = [ "${inputs.self}/home-manager/sajenim/sajenim_sk.pub" - "${inputs.self}/home-manager/sajenim/p6p_biometric.pub" ]; hashedPassword = "$y$j9T$qIhW5qL9J9w.w6JWa.bGo/$oddG3HJyOZ1mwHzYnYPJ/MzN38oHEBEvPDc0sB3rAf9"; };