Compare commits

..

No commits in common. "d5c0320eee4071a24b9cf7861119c62d035ec4b3" and "0423359e169891d176c103988e62ae7ee5ca6c57" have entirely different histories.

4 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -1 +0,0 @@
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJC2zR9w3y+OXEq7qcs8dIdSC2j4LUx2197fyXwR3aSLHwypodiZTdJTJkmklxxaUXmyi7CZUmp1LPx5vdLPgzI=

View file

@ -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

View file

@ -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";
};